tuxbuddy Posted November 22, 2009 Share Posted November 22, 2009 I am getting the following error: PHP Notice: Undefined offset: 25 in /var/www/notice.php on line 137, referer: http://10.14.236.192/watch2.php Any idea when does the errror gets display? Quote Link to comment Share on other sites More sharing options...
rajivgonsalves Posted November 22, 2009 Share Posted November 22, 2009 what is your code on line 137 ? this is when your trying to access a array value which is not existing if your checking something like if ($_GET['var']) change it too if (isset($_GET['var'])) to avoid the php notice. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.