<?php $format = <<<'HTML' <option value="%1$d">%1$02d</option> HTML; foreach (range(1, 12) as $month) { printf($format, $month); }
You have javascript disabled. You will not be able to edit any code.