Hello
First i want to apologize of my poor english and my poor knowledge of php.
I want to create a questionaire like this one:
http://www.saco.se/vadpassarjagsom (The website is in swedish)
and i wonder how can i do that?
i tried to create one but then it end up with me creating many php document for each question. i want all the question in one page like the one i showed earlier.
Like when i answer a question then the next question will show up and when i answer that question you proceed to the next question and so on.
I also want to know how to then check the answer and give the one who made the question a result like “you had 7/10 right answers”.
I have been using SESSION like this:
[php]<?php session_start();?>
<?php $_SESSION['name']=$_POST['answer']; ?>(This is were the question is) [/php]
Sorry again for my poor english and poor knowledge of php
Thanks in advance