Hey, I've already learned how to make a php quiz (using forms). But, my quiz is on one page and the results on another. Basically you answer 10 questions and then see the results. I want to make a new quiz that the person has to answer the first question, see the answer and take the second question and so forth, How can i do that? Thanks Nima
You need to store the answers in a session if you are going to do 1 question per page. Do some Googling for php sessions.