I could use litle help here 🙂
I'm designing, well, don't know the word for it in english but here goes:
This is a "horse center", people need to be able to register, upload to a mysql database some text and some photos... Now, the problem is...
<pre>
Fet
<input type="checkbox" name="fet" value="1">
Tölt
<input type="checkbox" name="tolt" value="1">
Brokk
<input type="checkbox" name="brokk" value="1">
Stökk
<input type="checkbox" name="stokk" value="1">
Skeið
<input type="checkbox" name="skeid" value="1">
</pre>
Don't mind about the language, it's Icelandic, but is this the right way to have this... This is an option how horses walk or run or something like that... I need to be able to put this info into mysql, but I need to be able to confirm that they choice this... If you have any idea what I'm talkin about, please try responding to this...
Thanks,
Arni