How to loop in array of arrays. I want to access the [name]
but I don't know how to start. Please help. I'm using zend framework
(
[formdata] => {"profilename":"test"}
[fileUpload] => Array
(
[file] => Array
(
[name] => 108-thumb_709.jpg
[type] => image/jpeg
[tmp_name] => /tmp/phpg1PQRN
[error] => 0
[size] => 62869
)
)
)