Hi I got a really stupid problem I know how to do this I just can’t get it to work. How do I get the element inside the second array in this example, I want the url element:
var_dump($friend['picture']);
array(1) {
["data"]=> array(2) {
["url"]=> string(78) "A URL"
["is_silhouette"]=> bool(false)
}
}
You can see an example of this in the documentation. In your particular case, you can access the element using the following code: