Hello
My current host has register_global s switched on in their php.ini file.
Would it be prudent for me to design code which works when register_global s
is switched off in case I switch hosts in the future? If I dont is it
normally straightforward to edit the code so that a script can be run with
register_global s off in the future?
Just trying to future proof my work abit.
Simon
My current host has register_global s switched on in their php.ini file.
Would it be prudent for me to design code which works when register_global s
is switched off in case I switch hosts in the future? If I dont is it
normally straightforward to edit the code so that a script can be run with
register_global s off in the future?
Just trying to future proof my work abit.
Simon
Comment