On Monday 25 October 2004 02:50 pm, Matthew Sims wrote:
[snip]
>
> I see that register_globals is turned on. Now I always use the $_GET and
> $_POST vars but will this still affect me?
>
[snip]

Matthew,

Although it shouldn't affect you, I had a terrible time trying to get anything 
to pass via sessions with register_globals=on with a site I had rebuilt. All 
sorts of strange behavior -- if you look back in the archives you see what I 
mean.

Once register_globals was switched to 'off' everything worked as expected.

Sorry to throw a wrench into the works!

Hth,
Andre

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

Reply via email to