<?php $i = 1;
while ($i <= 5) { echo “Number: $i <br>”; $i++; } ?>
No images uploaded for this post.
No videos uploaded for this post.