<?php foreach (range(1, 20) as $i) { printf("d%02d\n", $i); }
You have javascript disabled. You will not be able to edit any code.