Re: [PHP-WIN] Double quotes and HTML

2005-11-17 Thread trystano
Try the following... "; else echo ""; ?> ... you just need to come out of the string and back into PHP code. You can do it within the string but I prefer to separate my PHP from strings so that I know where the logic is. Tryst -- PHP Windows Mailing List (http://www.php.net/) To unsu

RE: [PHP-WIN] Double quotes and HTML

2005-11-17 Thread Luis Moreira
There is nothing wrong with escaping the quotes. Your problem is a bad syntax. You need to "execute" the $_POST command, not print it. Try this if (isset($_POST["user_id"])) echo ""; else echo ""; Luis -Original Message- From: Wayne Khan [mailto:[EMAIL PROTECTED] Sent: