I have created a quiz using mysql, php on windows2000..
Now I created an application that we will use to input the wuestions from the admin into the DB.
The issue comes here!!!!!
When I display the questions on a page the radio buttons which are on a:
a. o Woman
b. o The ape
c. o The ground
d. o None of the above
When I display a list of questions, it is treating all the radio buttons on the other questions a one long question..
example:
question 1 and question 2
a-d display on both which is cool.. but when you answer question 1, and then try to answer question2 it removes the selected radio and puts it on question 2 instead of leaving question 1, and treatinf the radiobuttons on question 2 seperate.
Hope I made my self clear enoug for some help..
Thanks
Max
Nothing is hard when you realy want to learn it.
Max
Now I created an application that we will use to input the wuestions from the admin into the DB.
The issue comes here!!!!!
When I display the questions on a page the radio buttons which are on a:
a. o Woman
b. o The ape
c. o The ground
d. o None of the above
When I display a list of questions, it is treating all the radio buttons on the other questions a one long question..
example:
question 1 and question 2
a-d display on both which is cool.. but when you answer question 1, and then try to answer question2 it removes the selected radio and puts it on question 2 instead of leaving question 1, and treatinf the radiobuttons on question 2 seperate.
Hope I made my self clear enoug for some help..
Thanks
Max
Nothing is hard when you realy want to learn it.
Max