Radio buttons/check boxes and database

G

Gísli

Dear all,

I have a problem with an form that i use to enter data into a
database. The form works perfectly fine with text boxes and drop-down
menues but there are problems with check boxes and radio buttons.

The problem: Only the last value is stored in the database no mater
what box/button i select.

I dont think i have to post the page on the web since the code is
quite simple:

The button tags:

<input type="radio" name="edtX12801_3" value="251">
<input type="radio" name="edtX12801_3" value="252">
<input type="radio" name="edtX12801_3" value="253">

The meta tag:

<meta name="QMED" content="X12801-3;edtX12801_3;1">

(the last number is for ordinal/nominal values)



Advance thanks for anyone that is willing to thank me with this
problem,

Gísli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top