Can't you write it this way?

switch( $bar) {

  case 2:
    ...

  case 1:
    ...

  case 3:
    ...
}




On Sun, 30 Jun 2002, Leif K-Brooks wrote:

> I have a switch in a script I'm working on.  I need to have case 1 and 2 
> both to to case 3, but without case 1 going through case 2.  Is this 
> possible?
> 
> 

-- 
+91 471 329302 (Office)
+91 9473 22280 (Cell)

Linuxense Information Systems Pvt. Ltd., Trivandrum, India
http://www.linuxense.com


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

Reply via email to