On Thu, 2003-06-05 at 05:28, Jay Blanchard wrote: > [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
I think he was just saying the using $_GET and $_POST is a better way to make sure that your script is compatible across as many installations and version than using register_globals = on, since it will always work. :) Torben -- Torben Wilson <[EMAIL PROTECTED]> +1.604.709.0506 http://www.thebuttlesschaps.com http://www.inflatableeye.com http://www.hybrid17.com http://www.themainonmain.com -----==== Boycott Starbucks! http://www.haidabuckscafe.com ====----- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php