I get this error when trying load my PHP page: "FATAL ERROR: register_globals is disabled in php.ini"

The register_globals directive is set to OFF due to a number of potential security issues.  PHP sets this directive to OFF by default since version 4.2, and it is deprecated completely in php 6.x.

You will need to update your script so that it does not require register_globals. For more information, see http://us2.php.net/register_globals

Article ID: 638, Created On: 8/14/2009, Modified: 4/21/2011