Duh. make that
"fo" will also run the code presented by "fum" ...

> -----Original Message-----
> From: Mark Charette [mailto:[EMAIL PROTECTED]
> 
> switch($foo)
> {
>       case "fee":
>       case "fie":
>               ...
>               break;
>       case "fo":
>               ...
>       case "fum":
>               ...
>               break;
> }
> 
> fee & fie are tied together, fie will also run the code presented 
> by fum ...
> 
> Even more flexible than comma delimited values ...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to