Schonmal vom PHP Handbuch gehört? Dort steht schon eine einfache Lösung: PHP-Code: <?php $handle=opendir('Pfad zum Verzeichniss'); while ($file = readdir ($handle)) { if ($file != "." && $file != "..") { echo "$file\n"; } } closedir($handle); ?>
<?php $handle=opendir('Pfad zum Verzeichniss'); while ($file = readdir ($handle)) { if ($file != "." && $file != "..") { echo "$file\n"; } } closedir($handle); ?>
--* Meine Mods für phpBB * PimpMyForum.de
Foren-Regeln