|
To turn on for all areas of your site
You can login to your cpanel and near the bottom under Software / Services category you will see the option PHP.ini EZconfig. Click on this and then click Enable EZconfig. Scroll down the page until you see register_globals on / off and select the option you desire.
To turn on just in certain directories
Create a PHP.ini file in a text editor, and add the following line:-
register_globals = On
Now upload to the directory you wish to have register_globals activated.
|