|
Q: How do I turn "On" or "Off" register_globals? A: You will create a text file called php.ini in your file manager, in the public_html folder. In the php.ini file add the following: register_globals=on (To enable it) register_globals=off (To disable it)
|