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