PHP Simple Password Protect";
// If password is valid let the user get access
if (isset($_POST["password"]) && ($_POST["password"]=="$password")) {
?>
Congratulations
you have gained access to the Protected and Secret Area!
Incorrect Password
Please enter the correct password";}
print "
";
}
print "
Written by SteveDawson.com
";
?>