How to set the 'register_global' module in PHP 'on' (Unix Accont Only) Print

  • 0

Create a file called php.ini on your computer

Add following line in php.ini to enable register_globals 

php_flag register_globals on

Upload the php.ini file to public_html folder and any other related sub folder.


Was this answer helpful?

« Back