what command?  if you're using ini_set you can't.  in this case it'll set
the local value but it's of no consequence, register_globals has already
done its thing before getting to the script.  use of .htaccess is
possible.

regards,
Philip Olson


On Thu, 13 Dec 2001, Charlie Killian wrote:

> I turn register_globals off using this command:
> 
> but my get variables are still accessible as variables.
> Any ideas.
> 
> phpinfo() says:
> register_argc_argv Off 
> register_globals Off 
> 
> PHP Version 4.0.6
> 
> Charlie
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to