Jump to content

Getting fgets() error with PHP file?


tuxbuddy

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.