making an array from 0 to 100 in php code example Example: foreach range php <?php foreach (range(0, 12) as $number) { echo $number; } ?>