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.
I don't know what the problem is, maybe there is something wrong with my
comparison?
-Andrew

