0
How to store multiple checkbox values in single column database? Given that I am using PHP language and a PDO method.
A person has multiple skills so I took skills as a multivalued attribute and transferred it to a new table. But how to store multiple skills of a person that are multiple checkboxes?
1 Respuesta
+ 3
implode the results, just do a search on PHP implode, too short space here for an example page...