From:             [EMAIL PROTECTED]
Operating system: Win95
PHP version:      4.0.4pl1
PHP Bug Type:     Variables related
Bug description:  Varibles are not defined

<?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.


-- 
Edit Bug report at: http://bugs.php.net/?id=9881&edit=1



-- 
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]

Reply via email to