Forum Moderators: coopster
<?php
if($_POST["user"]=="userName"&&$_POST["pass"]=="passWord") {
header("Location : http://example.com/validLgoin.html);
}
else {
header("Location :http://example.com/invalidLogin.html");
}
?>
When I execute the script from Mozilla Firefox 3, it will just bring up a blank white screen.