Thread: Form question
View Single Post
Old 31-10-2006, 22:07   #2 (permalink)
datahound
Spare Parts
 
datahound's Avatar
 
Join Date: Jan 2005
Location: Bracknell Forest
Posts: 5,133
I would do it with PHP.

Would have q1.php, q2.php, q3.php.

I would include q1.php in, for example, quiz.php.

Then returning the form results to quiz.php

if $q1answer == A include q2.php

elseif $q1answer == B include q3.php

etc.
__________________
  Reply With Quote