$action = "ORDER";switch ($action) { case "ORDER": echo "order assembly."; case "PACKAGE": echo "packing."; case "SHIP": echo "shipping."; }?>