$file = file_get_contents('http://localhost/xxx/functions/fb.php');
$json = json_decode($file);
echo $json->videos->data["0"]->embed_html;
//bu satır için hata çıkıyor
?>
Dener misiniz?
$file = file_get_contents('http://localhost/xxx/functions/fb.php');
$json = json_decode($file);
echo $json->videos->data["0"]->embed_html;
//bu satır için hata çıkıyor
?>