Hi,
In the setting of my host, the variable register_global s is set to On,
I like to set it to Off in my solution, is it possible?
I've tried in my code: ini_set("regist er_globals","0" );
but it doesn't work...
Thanks for your help.
In the setting of my host, the variable register_global s is set to On,
I like to set it to Off in my solution, is it possible?
I've tried in my code: ini_set("regist er_globals","0" );
but it doesn't work...
Thanks for your help.
Comment