[EMAIL PROTECTED] wrote:
I appreciate the help, but unfortunately it still doesn't work. I changed testing2.php, the action page to do this:
<?php
if ($_POST['user']) == me { echo "Andrew";
} else { echo "not me"; }
?>
I still get a blank page. What's more I turned on Display Errors and restarted the server, but still got no error message.
Your errors are still not displaying. Recheck display errors and error_reporting. Your line with the if statement is generating a parse error. You have an = sign that PHP is sure to complain about.
Janet
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php