<?php
print json_decode(file_get_contents('php://input'), true)['name'];
print json_decode(file_get_contents('php://input'), true)['email'];
print json_decode(file_get_contents('php://input'), true)['phone'];
die();
?>
<?php
print($jsonData);
?>