> 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 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
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].
3 matches
Mail list logo