[5, 1, 6, 9, 0, 5, 2, 5] array in php code example Example: foreach range php <?php foreach (range(0, 12) as $number) { echo $number; } ?>