Posted by Janwillem Borleffs on 12/19/05 13:53
Xanthius wrote:
> <?
> $page = $HTTP_GET_VARS['page'];
>>
>
> the probleme does not occur with PHP edition other than 5.x.x
>
> Does anyone got an idea?
>
http://www.php.net/error_reporting (info about error levels)
http://www.php.net/isset (how to test if a var has been set)
Additionally, you should use the super global $_GET instead, see:
http://www.php.net/variables.predefined
JW
[Back to original message]
|