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