Getting around php globals being turned off
Thursday, September 14th, 2006
Many servers have globals turned off. If you would like to get around this, just include the following script:
set_vars.php
Be sure to read up on some of the security issues regarding register globals before using this.