Boyle bir ornek yaptim Umarim faydali olur
function _curl($city)
{
$curl=curl_init();
curl_setopt($curl, CURLOPT_URL, "https://www.opet.com.tr/AjaxProcess/GetFuelPricesList");
curl_setopt($curl, CURLOPT_RETURNTRANSFER,true);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, TRUE);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($curl, CURLOPT_POST, 1);
curl_setopt($curl, CURLOPT_POSTFIELDS, "Cityname=".$city);
$result = curl_exec($curl);
$error = curl_error($curl);
curl_close($curl);
if($error == ""){
return $result;
}
return FALSE;
}

$getPriceList =_curl("ANKARA");
if(!$getPriceList){
echo "Veri Cekilemedi!";
}
$getPriceList = json_decode($getPriceList);
?>







if(@$getPriceList->data){
foreach ($getPriceList->data as $data) {
?>






}
}
?>

Ilce

KDV

Kursunsuz 95

Motorin

_IlceAd?>

_Kdv?>

_Kursunsuz95?>

_Motorin?>