ID: 9881
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Variables related
Assigned To:
Comments:
Read www.php.net/error_reporting please, this is not a bug
Previous Comments:
---------------------------------------------------------------------------
[2001-03-20 14:56:11] [EMAIL PROTECTED]
<?php
switch ($e) {
case "list";
// do this
break;
case "add";
// do that
break;
}
?>
everytime i call the script without the varible "e" specified... they will return
"Warning: Undefined variable: e in e:somewheresomehow on line 14"
please help.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9881&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]