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
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: