On Wednesday 11 December 2002 02:38, Craig Thomas wrote:
> If you do not want to re-write all your code and your web server is Apache
> and your host allows the use of .htaccess files you can turn
> register_globals = on programmatically:
>
> http://www.php.net/manual/en/configuration.directives.php#ini.register-glob
>a ls
>
> (php_flag register_globals = ON;) i think.

Can't be done at run-time. See table in manual.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
A government that is big enough to give you all you want is big enough
to take it all away.
                -- Barry Goldwater
*/


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

Reply via email to