The use of register_globals has been discouraged for years now because it's very easy to introduce security holes into your applications. It's being removed completely with the release of PHP 6.
The only time you should do this is if you have an old or poorly-written script you can't do without or can't update.
Last edited by blokey : 01-23-2008 at 04:20 PM.
|