Hi,
Im new to php, i basically want to create a questionairre that will submit the answers into a database using mysql and then make a calculation and submit an answer based on the questionairre score...basically a test.
I need to know how to submit the answers to a database if the html for the questionairre is similar:
<p>1. Question goes here?
<ol>
<li><input TYPE="radio" NAME="04A1" VALUE="1"> Yes
<li><input TYPE="radio" NAME="04A1" VALUE="2"> Maybe
<li><input TYPE="radio" NAME="04A1" VALUE="3"> No
</ol>
<hr>
What would be my best course of action?
Thanks for any help.