Is there a way to take a Javascript array and convert it to a PHP array? Ultimately, I need to write the Javascript array to a MySQL database. Can this be done?
Thanks for the help!
for each element in the array create a hidden field in your form and make sure the php script knows how to handle them.