I've successfully created my first form.
I can enter the data, and the data displays just fine.
However, let's say that I was creating a large database, and manually entering data into it...
Let's say that it's similarly formatted data, over and over again...
Let's say that I wanted to enter the first record, then the second, third, etc... etc...
How would I get the loop to continue adding or processing data, until it encounters a Null value?
Would I use a <form action="?"...
Would I use an <input type="Submit"...
Any advice, especially if it contains understandable examples, would be greatly appreciated...
TIA
Joe
I can enter the data, and the data displays just fine.
However, let's say that I was creating a large database, and manually entering data into it...
Let's say that it's similarly formatted data, over and over again...
Let's say that I wanted to enter the first record, then the second, third, etc... etc...
How would I get the loop to continue adding or processing data, until it encounters a Null value?
Would I use a <form action="?"...
Would I use an <input type="Submit"...
Any advice, especially if it contains understandable examples, would be greatly appreciated...
TIA
Joe