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



-- 
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