quiz script to run off a mySQL database in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phppark
Forum Newbie
Posts: 2
Joined: Fri May 01, 2009 1:38 am

quiz script to run off a mySQL database in php

Post by phppark »

Hey there,

can some one please provide me with the source code.

a quiz program where the user selects the option for each question and hits submit after which the next question pops up on the next page and so.on towards the end of the quiz i.e when the user finsihes the complete set of questions it should display the correct answer and the option he has selected along with the final score. for this he has to make the request to the database and compare the user selected options with those of the correct options.

can some one please provide some source code in this. i am beginner and wanted to have a look at this


awaiting in anticipation

Thanks
park peter
phppark
Forum Newbie
Posts: 2
Joined: Fri May 01, 2009 1:38 am

Re: quiz script to run off a mySQL database in php

Post by phppark »

i can be reached at ruby.chakri@gmail.com
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: quiz script to run off a mySQL database in php

Post by Benjamin »

No. We won't write code for you. Feel free to write some yourself and ask for help if/when you get stuck.
Post Reply