|
|
|
| вообщем есть папка там картинки находяться... также там есть файлик thumbus.db. Дак вот огда фотки считываешь то и сам тумбус тоже считываеться как сделать чтобы он не читался скриптом.
...
$handle=opendir("./$config[dir]/"); //Bilder dir wird geoffnet
while ($file = readdir($handle)) { //und file fuer file eingelesen
if ($file!="." and $file!="..") $filelisting[]="$file";
$number=sizeof($filelisting); //Array wird gefuellt und die
}; //Anzahl der Elemente bestimmt.
$h = 1;
...
|
| |
|
|