#store the value of all checked checkboxes into my database.

2 messages · Page 1 of 1 (latest)

autumn portal
#

Add the [] to the input's name
Example:

//form
<input name="serviceType[]"/>

You should able to retrieve the serviceType as an array.

carmine hinge
#

thank you