Hi fellow coders,
I am facing this problem with code. being new programmer in PHP i am trying to make this online Test Builder in which i want to display one question per page depending upon particular exam and then display answers on the second page.

I have developed the admin module but now stuck with the front end part where i have to display question. 🙁

Can anyone help me with the code of this module. I'll be greatful

    We can help but you havn't given us anything to work with.

    What do you use, give us your code examples

    If you store your questions in a mysql database, a simple select query will do for your front page

    You need to help us

      You don't have to create a separate page for each question. Something like:

      www.fakequiz.com/quiz.php?quizid=456712&question=3

      where quizid is the number of the quiz in the database and question is the question number on the test....very simple !

        Thanx guy for the replies ... but after posting i again sat n tried ..... and " JUST DID IT " 😉

          Write a Reply...