How would i go about looping through $data and printing the caller id???
$data = <some json file>
Array (
[0] => Array(
[result] => Array(
[0] => Array(
[caller_id] => John Smith
)
[1] => Array(
[caller_id] => Jane Doe
)
)
)
[1] => Array(
[status] => 200
[headers] => Array (
[0] => HTTP/1.1 200 OK
[response_code] => 200
[Connection] => close
)
)
)
It gets rather confusing when going deeper and deeper into JSON/nested arrays
Thanks
$return[0]or$value['number'].