Here is my problem:
I am sending input from a form named $response1, $response2, etc.
I am trying to check this information when the form is submitted from a variable $response$a ($a is from a for loop). I am doing this because the correct answer is stored in arrays, then i can check it against say $correct[$a]
How do I merge the two variables, such as $reponse$a so that is appears as $reponse1 (if $a were one in the loop, $reponse2 if $a were 2, and so on)? Anyone have any help here, thanks in advance!
Cheers