Tech Support Guy banner

Solved: I'm ganna break my keyboard...

1151 Views 3 Replies 2 Participants Last post by  brendandonhu
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!";
}
?>
html code:
HTML:
password:
WHY IS IT NOT WORKING! THERE IS NOTHING WRONG!
Status
Not open for further replies.
1 - 2 of 4 Posts
Oh.My.God...

I freaking HATE when I do something like that, you have no freaking idea... I guess I just get so frustrated when I get mad, I don't pay attention to the small details..

B, I owe you my life! I love you from the bottom of my heart. If you ever come down to AZ, let me know, and I will take you out to the fanciest steak dinner that exists... You and Sequal, you guys are my role models... ;)

But really, thanks a lot man, I was seriously going insane... I am now sane, thanks to you! :)
1 - 2 of 4 Posts
Status
Not open for further replies.
Top