
using cURL we will call apis to getting json data and we can use their data in our project.

sending json via php curl but not getting a response. Not able to get JSON response using CURL PHP.

PHP cURL have set of curl function like curl_init(), curl_setopt(), curl_exec() etc. Empty result with PHP Curl, But response is exists with json format. php curl will help to post request with parameters and headers, we can get json response. Unable to get the json response from API using curl in PHP.

Sometime we need to work with web services and APIs of third party website, at that time we need to use php curl for get request, post request, delete request, put request ect.
