How should i add

Code: 
$Storage = RecurseFolderLister('fav'); 
asort($Storage); 
$i = 0; 
foreach( array_reverse($Storage) as $filename => $total ) 
{ 
     echo file_get_contents($filename) . '('.$total.')' 
     $i++; 
     if($i == 10) break; 
}
in $entry_arrayz[ 'entry' ] ?
Porsche_maniak Reviewed by Porsche_maniak on . PHP Scan dir for idetical files I am not good with php and will ask for help... * The folder is named 'fav' * There are subfolders in 'fav' * Each subfolder may contain a .txt file Needed --> * Check for identical .txt file names in all subfolders * Sort 10 most repeating identicals,show(echo) their contents and show(echo) times repeated (in brackets such as this one :D ) Rating: 5