switch ($act) { case "cat": echo "cat"; break; case "dog": echo "dog"; break; default: echo "not a cat and not a dog, but default"; break; }