I have a few checkboxes with the same NAME attribute, but when I submit my form, instead of an Array with the values of all the checked boxes, I just get a scalar with the value of the last checkbox.
I've checked with is_array() and confirmed that it's definitely not an array.
I am checking multiple boxes. They all have the same name, but different values. It should return an array....right?
Anyone have any suggestions?