What the hell is wrong with this code? it won't work! it keeps saying "nope!" this is the same code I used here, that works, but this doesn't! i'm going insane!
PHP:
<?php
if ($_POST['Submit'] AND $_POST['pass'] == "ilovelambs")
{
echo "welcome to the password protected page";
}
else
{
echo "nope!";
}
?>
A forum community dedicated to tech experts and enthusiasts. Come join the discussion about articles, computer security, Mac, Microsoft, Linux, hardware, networking, gaming, reviews, accessories, and more!