Vote count:
0
why won't this work it should scrape the definition for pp and it won't work :/
<?php
$json_output = file_get_contents("http://ift.tt/1ABaqHp");
$json = json_decode($json_output, true);
$chuck_noris = $json['list']['definition'];
print_r($chuck_noris );
?>
asked 18 secs ago
trying to scrape data of json in php not working
Aucun commentaire:
Enregistrer un commentaire