Is there a way to take multiple check boxes and have the related id/name automatically populate in an un-editable text box/text field? As per one of the suggestions...I am expanding and clarifying.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.
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.