Ver original$start = 1;for ($i = 0; $i <= 9; $i++) { echo "$i" . str_pad($start, 2, '0', STR_PAD_LEFT); $start += 9;}