<?php foreach (range(0, 10) as $idx) { echo str_pad(++$idx, 2, '#', STR_PAD_LEFT), PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.