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

Register_Globals directive is set to OFF because of potential security issues.

The PHP.ini file has this option turned OFF since version 4.2, by default.


For more information, also see: http://us2.php.net/register_globals