Hi,
I have a form with those listboxes, where you can select multiple names.
How do I send that to PHP as an array? Checkboxes work if I name them all "name[]" in the HTML, but when I try that with this multiple selection boxes, the numbers just get appended to each other, and it's not an array. It's a string.
Thanks!