Konu
PHP veri çağırma
23-07-2018, 01:30:28
#2
truser
Merhabalar,
aşağıdaki kod işinizi görecektir.
$json = file_get_contents("ornek.json"); $json = json_decode($json, true); echo $json['title'];