Your page should do:

$data = json_decode(file_get_contents(“php://input”));

Inspect that and you should be able to see the data that you sent to the script. HTH!