Neron adlı üyeden alıntı: mesajı görüntüle
<?php
$liste = json_decode(file_get_contents("https://www.sanalonay.com/evdekal/yeni.php"), true);
echo sprintf("<pre>%s</pre>", print_r($liste, true));
if(isset($liste['result'])) {
foreach($liste['result'] as $item) {
echo "{$item['country']}: {$item['totalDeaths']}<br/>";
}
}
?>
Çok teşekkürler hocam