Can someone tell me what would be the best option to store the following data?
The user (within a form) has the possibility to select multiple checkboxes (19), and I need to store if they are marked or not (all of them) in a single field.
I could use an Array, but I do not know how to store it in the database. And if you can, I would like to see an example, since in the PHP ofilical page I do not understand the use.
Thank you very much.