I have a list box on a form which called $selectedcustomers[].
The list is initially populated using a bit of PHP taking data from a MySQL table. This works fine.
I then use some javascript to enable the user to add other items to the list. This also works.
The problem is that when the form is submitted, the array $selectedcustomers[] contains nothing.
Does anyone know why this could be please. HELP HELP HELP!!!
Many Thanks