PHP4 , curl_setopt($ch, CURLOPT_HTTPHEADER, array(‘Content-Type: application/json’)); is not working. I can’t send the JSON variables in the post method using CURL. IS there any other way to do it?