php how to create 20 by 20 array with stringgs code example Example: foreach range php <?php foreach (range(0, 12) as $number) { echo $number; } ?>