Undefined index
Posted: Mon Oct 19, 2009 4:57 pm
Hi guys,
Can anyone help with this error which is driving me crazy. My pache server is reporting the following warning:
PHP Notice: Undefined index: pageno in c:\\program files\Apache2\\htdocs\\index_video.php on line 27
The code in question is:
My script works as expected but I can't stop the warning from showing up in my srver logs.
Any help would very much be appreciated.
Thanks in advance,
Rob.
Can anyone help with this error which is driving me crazy. My pache server is reporting the following warning:
PHP Notice: Undefined index: pageno in c:\\program files\Apache2\\htdocs\\index_video.php on line 27
The code in question is:
Code: Select all
$limits=get_limits('video',$_GET['pageno']);Any help would very much be appreciated.
Thanks in advance,
Rob.