Other

How to Enable Register Globals in PHP 5

If you understand the potential security risks but you still need to run PHP with register_globals ON there are a couple of ways to do it. If you have access to the servers php.ini then its fairly easy, however if you don't have access to that file or if you are not willing to make this change server wide then there are other ways to go about it.
Syndicate content