On Saturday 11 January 2003 19:47, Jason k Larson wrote:
> FYI:
> Don't like auto register globals ... try the following at the beginning
> of your script.
>
> ini_set ('register_globals','Off');
>
> Works for me places I'm hosted at.

register_globals cannot be set at runtime (to be precise, it can be set but it 
has no effect). If it works for you, you should report it as a bug!

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

/*
Do not worry about which side your bread is buttered on: you eat BOTH sides.
*/


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

Reply via email to