On Wed, 17 Jan 2001, Carsten Gehling wrote:

> Is there a way to programatically enable the register_globals option for a
> php-script?
>
> For certain reasons I have the register_globals option set to "Off".
> However, phpMyAdmin will not work unless it is set to "On" therefore, I
> thought of making a check in the "config.inc.php" if the option is set, and
> if not, set it.
>
> Is there a function that I can call?
>
> - Carsten
>

Ugh. Don't do it that way. Instead use <Directory>, <Location>, or .htaccess
to turn it on for phpMyAdmin.

-- 
Ignacio Vazquez-Abrams  <[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