I'm looking for the best method to input my checkbox values to the database.
The checkbox form looks like this:
Status : custom1 custom2 custom3 custom4
value1 x o o o
value2 o x x x
The X and O are checkboxes. On the left side i have 5 of them right side 4 each value. I want this to be stored in the database but i don't know how to keep it simple and clean.