foreach($array as $item) { echo $item['filename']; echo $item['filepath']; // To know what's in $item echo '<pre>'; var_dump($item); }