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.  PHP has this directive set to OFF since version 4.2, by default. You will need to update your script to not require register_global. For more information, see http://us2.phpREPLACE_85/register_globals

Was this answer helpful?

 Print this Article

Also Read

Sample Code : Query MySQL Database in PHP

<html><head><title>MySQL Test...

Sample Code : Sending mail via PHP

You can use PHPMailer to send mails via PHP. To use this open source object you need to download...

What is the path to Perl on the Servers?

The path is : #!/usr/bin/perl However! This is not require on the Windows platform, it is a Unix...