|
passing javascript array and var to php
I'm submitting data from a form to another page. Using the onsubmit event I'm generating a javascript array and var which I want to access both the array and var using $_POST. The array and var I'm assuming need to be passed as POST parameters. If so, in what format exactly, as they are not values within the submitting document?
|