api dosyası var ise


header('Content-Type: text/plain; charset=utf-8;');
$file = file_get_contents("/api.php?kullanici=mberatsanli");
print_r(json_decode($file));
?>