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:
I tried echoing the POST above and it worked fine.PHP Code:if (!$_POST["pass"]==="password")
{
die("Wrong Password or Security Code");
}
If it makes any difference, it's right below a reCaptcha confirmation and above all HTML tags.
Thanks,
Connor



Reply With Quote

Bookmarks