Birden fazla onay kutularını almak ve ilgili id / isim otomatik bir un-düzenlenebilir metin kutusu / metin alanına doldurmak için bir yolu var mı?
Önerilerden biri olarak başına ... Ben genişletilmesi ve açıklığa kavuşturulması duyuyorum.
I have several checkboxes that I want saved into the SAME db field...at the same time. So, since I'm a novice programmer where php/sql (and advanced languages) are concerned, I figured the easiest and quickest way is to have the check box ID's inserted into a single text box then take that dynamic info from the text box into the db field, since this information has to correspond w/ other textboxes on a single transaction. So:
Name: textbox
ID#: textbox
Other Info: textbox
Check1: X
Check2: X
Check3:
and the db would all have the lines there...help...I'm confused.