Posted by Xanthius on 12/19/05 04:25
I just installed PHP 5.1.1 on my WinXP Pro SP2/IIS server
I got the message:
Notice: Undefined index: page in C:\code\starfleet\VoyagerV\index.php on
line x
with this script when variable $page is empty
<?
$page = $HTTP_GET_VARS['page'];
?>
the probleme does not occur with PHP edition other than 5.x.x
Does anyone got an idea?
thx in advance
Navigation:
[Reply to this message]
|