> I have a switch setup similar to:
> Under case 0, I'd like to do a few things, and then if a certain condition
> is met, move into case 1.  Is this possible?  Am I off the wall here?  Is
> there a better way of doing this madness I've come up with?

Just do a conditional break.

Chris


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

Reply via email to