Loopy lab:
- Create an html page that will allow me to select what number to count by i.e. count by one, count by 5 or count by 10's, and to what end i.e. to 100 or 1000
- Send the data to a PHP file that will use a while loop to accomplish and output the task.
- Create another html file that sets parameters for a count down page from 0-20.
- Allow me to select a start and end point.
- Send the form data to a php file that takes the parameters and incorporates them in a FOR loop that displays the count down by printing images of the numberes.
- Then have a link from the PHP page back to the html page to do it all again.
|
|