Konu
Curl İle json post
03-11-2012, 23:01:00
#4
RobinsonCrusoe
Üyeliği durduruldu
bu şekil dene
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Content-Type: application/json',
'Content-Length: ' . strlen($data_string))
);