I submit as POST to a php page the following:
{a:1}
This is the body of the request (a POST request). In php, what do I have to do to
If you have installed HTTP PECL extension, you can make use of the http_get_request_body() function to get body data as a string.