[snip]
Another issue I haven't read so far is that making your script work when
register_globals is off makes it to be more compatible since scripts
using  GET and POST array should still work on systems that have
register_globals  turned on. 
[/snip]

So what you're asking for is a variable handler that will take care of
things whether or not register_globals is turned on or off and you want
the variables considered across a range of PHP versions? If so there
have been many of those ideas posted, check the archives.

HTH!

Jay

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

Reply via email to