www- сама папка
.txt - расширение инклудных файлов
<?php
while ($file = readdir('www/')) {
if (preg_match('/\.txt$/i', $file))
require('www/'.$file);
}
?>
<?php
while ($file = readdir('www/')) {
if (preg_match('/\.txt$/i', $file))
require('www/'.$file);
}
?>
юзай glob()