api - How to get raw request in PHP? -


My server has a script called api.php. I call it using a post request from another server. Is my APIPPPP Is there a way in the raw content of the post request?

Use the following code

$ data = file_get_contents (' Php: // input ');

Comments