cURL: Using PHP and cURL with APIs
We can use cURL to connect to a web service API and return a response that we can later parse and extract the data we need. Most API’s response data is in the form of XML or JSON and both are quite easy to parse. Let’s take a look at using cURL in a real scenario.
Want to have your say? just login


Be first to show your opinion !!!