Re: [PHP] Re: Register globals and ini_set

2005-07-10 Thread Richard Lynch
On Fri, July 8, 2005 6:50 am, Jason Barnett said: > [EMAIL PROTECTED] wrote: > But what you *can* do, is to ini_get('register_globals') and have your > script act accordingly. You could for example extract() your $_GET and > $_POST variables. > > http://php.net/manual/en/function.extract.php If *

[PHP] Re: Register globals and ini_set

2005-07-08 Thread Jason Barnett
[EMAIL PROTECTED] wrote: Hi, If i use, at the beginning of my scripts, ini_set('register_globals', 0), register globals will be turned off? Thanks ini_set() just doesn't make sense for that directive. register_globals takes the input data from HTTP requests and sets them in the symbol tab