I\'ve been struggling with this for the last few days; I am trying to post an array to PHP. I can successfully send it, but it\'s not taken in with a post-variable (I am try
It would be better to use below PHP function response would be in stdobject
stdobject
parse_str(file_get_contents("php://input"), $data); $d = json_decode(json_encode($data));