http://ar.php.net/manual/en/control-...res.switch.php
Fijate ahi, podes hacer hasta:
$x = 18;$y = 6;
switch ($x) {
case ( ( ($y * 4) || (9 * 3) ) ? $x : false ):
echo "Si";break;
default:
echo "No";
}
igual, te aconsejo:
if( $cantidad==1 ){
echo "subir a categoria";
}elseif( $cantidad >100 && $cantidad<200 ){
echo "no funciona nada";
}