file_get_contents("php://input") or $HTTP_RAW_POST_DATA, which one is better to get the body of JSON
- by Kucebe
And from the client side, which request type (GET or POST) is better to use, to send JSON data if I use XmlHTTPRequest?
My application use this stream of data for either retrive data form database and execute some functionality in PHP.