|
Posted by Acerola on 12/19/06 00:58
I've created a 10 question php quiz with 1 question for each page, so
depending on their answer, it will say "Correct" or "Incorrect." So,
there are 10 columns in the MySQL table for each question. My problem is
that after each question, the next answer starts with a new record. So,
if one person completes the quiz, there are 10 records. I'm pretty new
to PHP, and I'm guessing this has something to do with sessions, but if
someone can point me in the right direction, it would be appreciated.
[Back to original message]
|