I'm trying to take 20-30 features of an item, and insert them into 1 field within a MySQL database and seperated with a comma.
I know I have to name all these features the same, but with a different value.
The form features are check boxes. I don't want to have create a new insert statement for each feature into a seperate field. Is there anyway to do this? Help appreciated. Thanks!
Dan