Hi!
I wanted to know how I could parse values from an array that was made from javascript. I would like to retrieve the values stored into the array and make it accesible to php. In the form, there are numerous javascript functions that basically "adds a new author", "edits the author", "removes an author", "moves an author upward" and "moves an author downward". Each new author is stored into a list box named "AbstractAuthors[]"
The AbstractAuthors table is separated into 6 fields (LastName, FirstName, Institution, Department, City, CountriesID).
To better understand this go to:
http://www.siuadministration.com/abstracts/authors.php
I would like to be able to retrieve the values stored in the list box once the continue button has been hit. Except I have no clue where to code this and how to even code it. I would greatly appreciate your help over this!!! Awaiting your answer...