Posted: Tue Sep 10, 2002 2:17 pm
But if for some reason you did want the functionality of register_globals being on you can just do extract($_RESQUEST); which does basically the same thing (Apart from $PHP_SELF).twigletmac wrote: register_globals has been deprecated it will be removed in a later version of PHP. At some point you won't be able to just edit the php.ini and turn it on so it's probably best to get used to life without it no matter what version of PHP you have.