Okay, so I have a table in my database with a field to input a weight, the row will have an ID field which is the primary key.
The issue is I need to generate a form which I'm doing as a while loop, this form will have a textfield for each record in the table
I then need the user to fill our the form and submit the weights.
How would I then go about creating the code to deal with the text fields as am unsure how many rows will be extracted from the table as they will differ from time to time.