i have five checkboxes in my form. when i submit the form, checkbox value not insert in db table. why it is? how to insert the checkboxvalues (single or multiple values). i have only one field(for checkbox value) in database field.
i create my own table for insert the form values. i have one field for checkbox values in that database(db) table.
my form check box values
[]Information Technology ( Computers)
[]Advertising
[]Fund Raising
[]Event Planning
[]Other
how can i insert the checkbox values in db table?
i create my own table for insert the form values. i have one field for checkbox values in that database(db) table.
my form check box values
[]Information Technology ( Computers)
[]Advertising
[]Fund Raising
[]Event Planning
[]Other
how can i insert the checkbox values in db table?