Who would you prefer as player of the year ? <br/>
<input type="checkbox" id="kevin" value="V" checked=”checked” />Kevin Degrande
<br/>
<input type="checkbox" id="david" value="D" />David Duquese
<br/><br/>
Who has the best technical moves on the field ? <br/>
<select id="moves" size="3">
<option value="david">David Duquese </option>
<option value="kevin">kevin Degrande</option>
<option value="k">Kurt Vandoorne</option>
<option value="J">Jeroen Degaarne</option>
<option value="A">Aamer Hicham</option>
</select>
<br/>
This is a form I wanted to write for a project about our schoolteam.
They have to fill in a questionary , and then click the Send button to send me the results. How can I get them to send it to me ?
I know you got to know some PHP to be able to write it , but I don't , so that's why I am asking for some help.
So any help would be welcome, someone bit experienced writing the stuff I can't.