cancel
Showing results for 
Search instead for 
Did you mean: 

Register Globals Off

gazzhop
Newbie
Posts: 2
Registered: ‎10-11-2007

Register Globals Off

1. Create a php.ini file
2. In the php.ini file add 'register_globals = on' or 'register_globals = off' as appropriate.
3. Upload the php.ini file to the directory your script resides in.