
wat is the parametr u passed ...ques???

We have saved the questions, options and answers in the database. We have retrieved the list of questions from table through the resultset from the database.The field 'ques' stores the questions.So create table test(ques,op1,op2,op3,op4,ans) and answers(id,ans). Insert the questions, their options and the correct answers into the database and then try the code.

k thank u.....will try