Menu

Notice: Undefined index

2004-08-18
2004-08-20
  • Nobody/Anonymous

    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-

     
    • Alexander Kulikov

      Try to turn off Notice messages.
      Add
      error_reporting(E_ERROR | E_PARSE);
      to the head of the wapreader.php

       
    • Nobody/Anonymous

      Thanks.  That did the trick!

       
    • Nobody/Anonymous

      Thanks.  That did the trick!

       

Log in to post a comment.