Post data and retrieve the response using PHP Curl? - Stack Overflow
I'm very new to working with web services, and so I'm finding this pretty confusing. If I have a URL I'm trying to post some JSON data to, I understand how to do this using the CURL PHP method. ... ... You'll have to set the CURLOPT_RETURNTRANSFER option ...