PHP: Some Bad Features Register Globals Consider the following code - if ($password == my_password ) { $authorized = 1; } if ($authorized == 1) { echo Lots of important stuff. ; } test.php authorized=1 will produce Lots of important stuff.