I use WAMP for a PHP 'sandbox' and recently got this error/notice (path altered, but unimportant):
Notice: Undefined index: status in wamp\. . . \tickets\index.php on line 58
Line 58 looks like so:
PHP Code:
$theStatus = $_GET["status"];
It only occurs if there is no (or similar query string):
at the end of the address in the address bar for the page. And it doesn't white out the page, it only displays at the location in the code where the PHP code is, the rest of the page displays fine.
When the page is live, there is no error/notice regardless of the query string or lack thereof.
Anyone know what this is about? Could I turn it off in WAMP? If so, should I?
Bookmarks