In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Jason Sheets) wrote:

> > From: Jeff Bearer [mailto:[EMAIL PROTECTED]]
> > 
> > Is there a way to turn register globals on or off in the script at
> > runtime?

> Chapter 3 in the PHP manual covers setting PHP configuration directives via
> the .htaccess file.
 
Yes, and these directives can also be used within containers such as 
<file>, <location>, and <directory> within the Apache configuration file.

Since the OP asked about runtime, there is also ini_set() 
<http://php.net/ini-set>.

-- 
CC

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

Reply via email to