<?php $foo = false; $bar = true; if ($foo) { echo "foo"; } elseif ($bar) { echo "bar"; } else { echo "wat"; }
You have javascript disabled. You will not be able to edit any code.