Hello everyone,
I'm sure this has a quick answer/fix but I can't seem to figure out how to store a checkbox value to mysql. And I'm not sure what type I should be saving it as in the field on mysql(like bool, int, varchar).
I have 14 check boxes and I need to see if they're checked and store that info into my data base using mysql. If possible too I'd like it instead of saying "checked/unchecked or yes/no" if it could say what the name of the checkbox is. Hope this made sense. Thanks in advance.