<? if($variable) { switch($variable) { case "1": echo "hola"; break; case "2": echo "Mundo"; break; } } ?>