I have this array... how do you print each of the filepath and filename? What is the best way to do this?
Array ( [0] => Array ( [fid
foreach($array as $item=>$values){ echo $values->filepath; }