Posted by Jerry Stuckle on 03/06/07 22:03
shror wrote:
> hi every body,
> i have a problem dealing with a quiz system in php.
>
> the idea is that am building a quiz system by giving a question and
> choices in radio buttons, and after selecting the answer the other
> question is loaded and in the final page a report is displayed showing
> all questions and the correct answers and the score but the problem
> here is that am not able to pass the answer of the first question to
> the second page question, ....... and so on
>
> i know the idea which is to use a hidden field but i dont know how
> this is happened in a correct way.
>
> Thanks for any help in advance
>
> shror
> www.s7els7.com
>
You could use a hidden field - but I think a session would be better.
Read up on sessions in the PHP doc.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|