Page 2 of 2

Posted: Tue Sep 10, 2002 2:17 pm
by MattF
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.
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).

Posted: Tue Sep 10, 2002 4:47 pm
by Takuma
I like register_global :D I think it should still be there

Posted: Tue Sep 10, 2002 10:43 pm
by phice
I'd prefer PHP to be server-based only...

Posted: Wed Sep 11, 2002 1:30 pm
by BDKR
phice wrote:I'd prefer PHP to be server-based only...
Why?