Hi, I am creating a quiz with php including 10 questions. For each question I'd like to have a different page.
As the user answer each question, their point will increase or remain same.
I used simple form with post method, and I can have first two pages working.
However, my problem is I can not keep their scores for other pages with post method.
Is there any way I can keep their scores and show them at the end without using sessions? And how am i going to do it?
If you know a website about this topic, that'll be great too.
Thanks for the help...
As the user answer each question, their point will increase or remain same.
I used simple form with post method, and I can have first two pages working.
However, my problem is I can not keep their scores for other pages with post method.
Is there any way I can keep their scores and show them at the end without using sessions? And how am i going to do it?
If you know a website about this topic, that'll be great too.
Thanks for the help...