•   12-31-1969 6:00 PM
  •  

If you need to change the default value of register_globals you can do this by adding the following code in your .htaccess file:

To turn register_globals off

php_flag register_globals off

To turn register_globals on

php_flag register_globals on

Comments

  Add Comment

Confirm Submission

Please enter the text from the image in the box provided; this helps us to prevent spam.