Re: [PHP] Re: Upgraded to PHP 4.2.2 and completely lost all GET and POST variables

2002-08-17 Thread robert mischke
> PHP 4.1.2 (+) has register_globals turned off by default. > > Do either of the below to turn it on: > > 1.. Turn register_globals on in PHP.INI > 2.. Use ini_set in one or more of the most commonly used > files of the application to have register_globals turned on > for that applicat

[PHP] Re: Upgraded to PHP 4.2.2 and completely lost all GET and POST variables

2002-08-17 Thread Deepak Kumar Vasudevan
PHP 4.1.2 (+) has register_globals turned off by default. Do either of the below to turn it on: 1.. Turn register_globals on in PHP.INI 2.. Use ini_set in one or more of the most commonly used files of the application to have register_globals turned on for that application. (I think a va

[PHP] Re: Upgraded to PHP 4.2.2 and completely lost all GET and POST variables

2002-08-16 Thread Justin Garrett
http://www.php.net/ChangeLog-4.php As of version 4.2 register_globals defaults to off. You can turn it on in your php.ini file, but it is recommended to use the new super global arrays instead. Justin "James Daily" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].