|
Posted by Benjamin on 03/07/07 03:26
On Mar 6, 4:03 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> 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.
That would be http://www.php.net/session
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
Navigation:
[Reply to this message]
|