1. Create a form with four textbox. 1st text box is for the name, 2nd is for the telephone number, 3rd and 4th will be the start and end of a FOR Loop.
2. After the form has been submitted, it should display the name and telephone number ‘x’ number of times where x is dependent on the numbers entered in the 3rd and 4th box.
I have this code so far..
And on the submitted page..
If anyone could help me put a For Loop in here that works how the 1. and 2. ask it would be a great help!