| Description |
Ok, suppose your user has to enter something for your site, mabye you have a quote database, and a user has about 5 quotes they want to add, but you only have one input box on your site, and that user isnt going to sit there re-entering stuff 5 times over and over. So what are we to do? Were going to put in some php code that will add as many input boxes as the user wants. To do this we need a do/while loop (you can use a For loop, but I prefer the do/while). Heres what we do: |