moin also ich hab versuche mit der function datein zu includen aber das geht irgent wie nicht
PHP-Code:
$verz=opendir ('module');
while ($file = readdir ($verz)) {
if($file != "." && $file != ".."){
include("$file/index.php");
}
}
Kommentar