php - How do I get the values from array of array? -


i have array below:

array (     [_edit_lock] => array         (             [0] => 1309611144:1         )      [_edit_last] => array         (             [0] => 1         )      [banner_url] => array         (             [0] => http://apptivowp.apptivo.com/awp-content/10001/uploads/2011/07/gallery_banner.jpg         )      [_yoast_wpseo_focuskw] => array         (             [0] =>          )      [_yoast_wpseo_title] => array         (             [0] =>          ) ) 

how can banner_url value?

as simple as:

$array['banner_url'][0] 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -