I have a simple screen:
1 question, 4 answers (A,B,C,D)
The user clicks on a letter (answer) and it highlights the answer.
(Javascript)
When the use clicks NEXT I want PHP code to run and store the users choice
in a MySql db.
Any idea how to get the users "answer" from PHP?
Thanks!
1 question, 4 answers (A,B,C,D)
The user clicks on a letter (answer) and it highlights the answer.
(Javascript)
When the use clicks NEXT I want PHP code to run and store the users choice
in a MySql db.
Any idea how to get the users "answer" from PHP?
Thanks!
Comment