PDA

View Full Version : register globals



Doudar
05-07-2007, 04:34 PM
I am having a few minor problems with a php script I am using. The fix I have been told is to set register_globals to off. As I do not have access to the php.ini file is there any way to override this at the website level?

John

Carl Shepherdson
05-07-2007, 06:49 PM
We have to enable register_globals as many scripts require it.

Doudar
06-07-2007, 04:55 PM
OK, thanks anyway Carl.

Ben Collier
06-07-2007, 05:12 PM
http://www.webmasterworld.com/forum88/11760.htm

This tells you how to manually override it with an ht access file, however, it is not recommended!

I don't know php so this may be completely wrong, but I googled it for you :D

Good Luck
Ben

Doudar
06-07-2007, 06:39 PM
Thanks for the info Ben but I don't think Carl would be to happy if I tried to change it. Anyway, an update has just been released which seems to have fixed the problem :D


Regards

Ben Collier
06-07-2007, 07:18 PM
If the update fixed it then everyone is happy :D

Glad it's working!

Ben