I obviously don't know how you're processing this form, since you haven't explained, but it sounds like you should be using an array for these select boxes.
If you append the select name with [], PHP will put them all into an array for you.
Hi jooobet,
As per your problem I am concern, you need a global counter that’s it.
Steps to do :
• Create one global variable in php,
• Add this let’s say $counter to <select name=”spiller{$counter}”> ,
• Now increment this counter at every end of select .
That’s it …
Hope this will work for you..