Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_2 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5G77 Safari/525.20)
I have a multi dim array in Javascript
I need to pass the array to PHP (using an Ajax call probably)
I have the jquery framework loaded up to work with.
What would be the best way to pass the array to PHP?
Thanks
I have a multi dim array in Javascript
Code:
array[0][0]
I have the jquery framework loaded up to work with.
What would be the best way to pass the array to PHP?
Thanks