So I have a table or row by row. In each row there is a dropdown for their ID (displays their name), and other fields for various things.
I need to post them all in one go (rather than one by one.. 20-30 times!).
So I need to put each row into an array, so there could be 20-30 arrays that all need gathering and "exploding" to enter into a database.
I think each form element is like this:
Code: Select all
<select name='userid[]'>