> $dir_array[] = $file;
>}
So is richtig:
if(is_dir($file) && $file != "." && $file != ".."){
$dir_array[] = $file;
}
Gruß,
Ronny
-----------------
Wie poste ich richtig: http://www.learn.to/qoute
Wie poste ich lesbaren Quellcode: http://www.faebusoft.ch/phpcc/
geschrieben von Dr.Hoffmann , 09.04.2006, 11:42 Uhr , 14 mal gelesen