Getting around php globals being turned off

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.

There are no comments on this post

Leave a Reply