Forum Moderators: open
I am creating a report generator. It is really just a big poll.
I have created a loop to pull records out of a database. These records are questions with radio buttons 'yes/no' answers.
I then need to be able to add the results in to a table.
Someone has told me that I need to work out the number of records coming out of the database so that I can then work out how many inserts to do.
Anyone out there who could help?
cheers
Ross
After reading my post again, I'm sorry I didn't explain my self properly.
I then need to be able to add the results in to a table.
Should have said.. I then need to be able to add the answers (from the selected radio buttons) in to a database table.
I've got the list of questions looping from the database but I'm struggling with handling the answers inserting in to the 'answers' database table.