Hi all, when inserting values stored in an array to MySQL database, where do the values go?
I have a form with 5 checkboxes that may or may not be checked, their names all being an array.
Question: how do I write the sql file?
assuming the names are nature[]
would I need to do this...
nature varchar(50) null
Plz help!