curl api using variable post/get method
HI every one there are lot of confusion about curl may be you understand easily … $url= “phone=$phone&leadid=$leadid”; //initialized other variable $header = array(“Accept: application/json”); //optional for json format. $ch = curl_init(); … Read more