Ver originalforeach($array as $key => $value){ foreach($value as $key2 => $value2){ echo $value2."<br />\n"; }}