Hellow all,
I want to ask a question about making quiz script with PHP
if I have an array like this : $pet = array("angora","bird","chipmunk","dinosaurus","eagle","finch");
and I want to make a question like this
Do you have angora ?
oYes oNO
|submit|
when user click "submit" button, then it will setcookie to save the answer, whether the user answer "yes" or "no"..
after that, it will show you the secong question
Do you have bird ?
oYes oNO
|submit|
and it will do the same thing until all question asked..
in the final is, we got 6 quesion (because there are 6 index in array)
and 6 cookie..
thx you so much for your attention
p.s : sorry for my bad english