php set array in 1 to 1000 code example Example: foreach range php <?php foreach (range(0, 12) as $number) { echo $number; } ?>