<?php $a = 1; ?> <?php switch ($a):?> <?php case 1?> <p>1</p> <?php break?> <?php case 2?> <p>2</p> <?php endswitch?>
You have javascript disabled. You will not be able to edit any code.