I have a form with a series of questions on it (20 in total)
Each question has a value which is the answer.
I would like to insert 20 rows into the table - the question id and answer.
The question id isn't being passed through the form but it will start at 1 and end at 20.
How can I insert multiple rows with the question id and answer that is passed through?
Thanks
Each question has a value which is the answer.
I would like to insert 20 rows into the table - the question id and answer.
The question id isn't being passed through the form but it will start at 1 and end at 20.
How can I insert multiple rows with the question id and answer that is passed through?
Thanks
Comment