Apologies if this is a stupid question ... I'm new to this PHP world!
I have got an html form that has checkboxes dynamically created from MySQL. I use an array to create the list of checkboxes. A user will then check the box as appropriate and I want to store the values. However, only the 1st checkbox value in the array is being retrieved when I hit the submit button.
Would really appreciate an guidance. Thanks...