Hi,
Can anyone suggest me how to do online exam in php, Here my doubt is, i displayed 1st question with 4 options. But if user click next button, i need to display 2nd question, then 3rd.... goes on. and the user is not allowed to move to the previous question.
with this query, i m displaying 1st question and its options
How can i do this..
Thanks in Advance.
Can anyone suggest me how to do online exam in php, Here my doubt is, i displayed 1st question with 4 options. But if user click next button, i need to display 2nd question, then 3rd.... goes on. and the user is not allowed to move to the previous question.
with this query, i m displaying 1st question and its options
Code:
SELECT * FROM question where cat_id='".$_GET['cat']."' ORDER BY question_id Limit 1
Thanks in Advance.
Comment