I have 2 tables in my database. 1 has the questions with their proper ID, Question and Catagory Column. The Second has the columns that define possible answer text, Answer Count, and Answer value, relative the QID (which also has a column.)
Now while this serves my intended purpose I am having trouble updating just 1 question, thanks to this Tutorial I can fix that. My question how ca nI display multiple questions (in a survey type fashion) have multiple updates for the corresponding question(s).
-------example--------
question 1
answer 1
answer 2
answer 3
question 2
answer 1
answer 2
answer 3
|Submit button|
-------/example-------
I do have an idea of how it should work, this is theorically 1 page shold submit into a php script, but what that script should contain is a blank to me. Anyone have any thoughts? any help would be great.