View Single Post
Old 02-25-2011, 04:55 PM   PM User | #1
rpjd
Regular Coder

 
Join Date: Apr 2007
Posts: 123
Thanks: 1
Thanked 0 Times in 0 Posts
rpjd is an unknown quantity at this point
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?
rpjd is offline   Reply With Quote