I have an array like the following:
Array (
[feed] => Array (
[0] => Array (
[title] => Stackoverflow
[permalink] => http://www.stackoverflow.com
)
[1] => Array (
[title] => Yahoo
[permalink] => http://www.yahoo.com
)
)
)
How can I get the title? I tried this:
$data['feed']['title']