Im trying to pass a mulitidimensional Javascript array to another page on my site by:
using JSON.stringify on the array
assigning the result
I don't how this works, but it worked.
$post_data = json_decode(json_encode($_POST['request_key']));