I'm all in a security funk right now so I'm going through making everything as secure as possible. I got a login going and I'm referencing this:
http://www.addedbytes.com/writing-secure-php/writing-secure-php-1/
The first example is that of a login and if you say "?authorization=1" you get in. But if I wrap my code around a if($_POST) then the user MUST make a post. Can a user FAKE a $_POST? How do I go about faking a $_POST?