Results 1 to 5 of 5

Thread: [Resolved] Shut off Notices?

Threaded View

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    [Resolved] Shut off Notices?

    I'm using this code:

    Code:
        if ($_REQUEST['action'] == 'updatewidth') {
            //set width cookie:
        }
    Now, normally I wouldn't get a warning or notice with this on my webserver, but on my machine (where I test my pages), I keep getting:

    Notice: Undefined index: action in C:\location\to\work.php on line 2
    I'm willing to bet there's a way to shut this off in the php.ini. Can anybody tell me which setting it is?
    Last edited by The Hobo; May 5th, 2003 at 03:07 PM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width