Well, today I decided "Hey, I'm gonna make a website! Haven't done that in a while!". Unfortunately, I have forgotten almost all of my PHP knowledge, so I hit a bit of a speed bump pretty early on. The page is only meant for a few people, or people who have proven themselves savvy enough to get in. So I made a cipher holding the password to the page. I gave the input box for the password a name, linked the HTML form to an external PHP file... and was immediately stopped by the fact that I don't remember how to do this. I basically just need something that says "if $p is "password" then go to this page, else go to a different page. Any help would be GREATLY appreciated. Thanks!
-Nick