I'm getting:
Notice: Undefined index: action in c:\Inetpub\wwwroot\wapreader\wapreader.php on line 58
Notice: Undefined index: mode in c:\Inetpub\wwwroot\wapreader\wapreader.php on line 99
Notice: Undefined index: pagenum in c:\Inetpub\wwwroot\wapreader\wapreader.php on line 222
Any idea how I might fix this?
Thanks!
Scott-
Try to turn off Notice messages. Add error_reporting(E_ERROR | E_PARSE); to the head of the wapreader.php
Thanks. That did the trick!
Log in to post a comment.
I'm getting:
Notice: Undefined index: action in c:\Inetpub\wwwroot\wapreader\wapreader.php on line 58
Notice: Undefined index: mode in c:\Inetpub\wwwroot\wapreader\wapreader.php on line 99
Notice: Undefined index: pagenum in c:\Inetpub\wwwroot\wapreader\wapreader.php on line 222
Any idea how I might fix this?
Thanks!
Scott-
Try to turn off Notice messages.
Add
error_reporting(E_ERROR | E_PARSE);
to the head of the wapreader.php
Thanks. That did the trick!
Thanks. That did the trick!