<?php $foo = "bar"; ?> <?php switch ($foo):?> <?php case "bar":?> BAR <?php break; case "baz": ?> BAZ <?php endswitch; ?>
You have javascript disabled. You will not be able to edit any code.