Can someone tell me if there is a more elegant way to pass an array of Javascript objects back to the PHP code on the server when a form is submitted?
I scoured the net and ultimately converted my array of objects (two small fields each) to a long string, with my own separator (for now I'm using '+++++').
Brute force, but seems like there must be a better solution.??
By the way I also started to explore WDDX SDK but that looked like overkill for what should be a simple problem.
Thanks,
Chris