$fruit = "apple"; switch ($fruit) { case "apple": echo "doctor"; break; case "banana": echo "monkey"; break; default: echo "things"; }//doctor