1 post
1
195
When decoded Results is an array. So I believe it should look like this: $json = json_decode($data); echo $json->results[0]->id; echo $json->results[0]->date_created; echo…