Bunu nasıl düzgün olarak json yapabilirim |
4 Mesajlar | 835 Okunma |
header('Content-Type: text/plain; charset=utf-8;');
$file = file_get_contents("/api.php?kullanici=mberatsanli");
print_r(json_decode($file));
?>
mberatsanli adlı üyeden alıntı
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));
?>