connor4312
08-21-2010, 05:25 AM
Hello everyone, I have a pretty easy (I think) question. I've done my homework, but I can't seem to find why the following code won't work:
if (!$_POST["pass"]==="password")
{
die("Wrong Password or Security Code");
}
I tried echoing the POST above and it worked fine.
If it makes any difference, it's right below a reCaptcha confirmation and above all HTML tags.
Thanks,
Connor
if (!$_POST["pass"]==="password")
{
die("Wrong Password or Security Code");
}
I tried echoing the POST above and it worked fine.
If it makes any difference, it's right below a reCaptcha confirmation and above all HTML tags.
Thanks,
Connor