How to turn off register_globals for GoDaddy
-
I wanted to post this since I needed this information and could not find it here.
To turn off register_globals you should be able to call you hosting company and have them do it. (Note that the newer versions default to off). But of course Godaddy will not turn it off (they say it can not be changed). I found this way on the net that worked well for me.
1. Create a file called php.ini
2. In this file, code only the following: register_globals = off
3. Save this file, and upload as is to your root directory, (and only the root directory)
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to turn off register_globals for GoDaddy’ is closed to new replies.