> I know that "register_globals = on" is not secure. But one program
> requires to use register_globals=on. So in php.ini register_globals is
> set to on.
> 
> I have PHP 5.1, is it possible in the code set register_globals=off
> for specific scripts.
> 
> So I want to keep PHP register_globals=on in php.ini, but in local
> files set to off?

you could use .htaccess or httpd.conf files to set it

http://us2.php.net/ini_set

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to