hi everyone,
I have a javascript that will send the values of one multiple select field to another, which works fine, however for PHP to get the values of the field I need to name it as an array eg name="testing[]"
While both components work individually they do not together, if I specify in the js to update the values of testing[] it will fail.
is their a way to get around this? can php get this array any other way??
Thanks
Chris