On Wed, 2004-08-25 at 16:18, Afan Pasalic wrote:
> Hi everyone!
>
> My hosting company has global turned on. But I want to code using more safe
> global off. My question though is how I can do it "locally", in my script?
> I tried to use
> ini_set("register_globals", FALSE);
> but it still doesn't work.
> On php.net manual I can find WHAT I have to do and reasons but not HOW.
Make an .htaccess file:
php_flag register_globals off
--
Greg Donald
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php