... curl_setopt($h, CURLOPT_HTTPHEADER, array( 'Content-Type: application/x-www-form-urlencoded', 'Accept: application/json') ); curl_setopt($h, CURLOPT_POSTFIELDS, http_build_query($data));