$curl = curl_init(); $curl_header = array("content-type: application/x-www-form-urlencoded;charset=UTF-8"); curl_setopt($curl,CURLOPT_HTTPHEADER,$curl_header);