Hallo,
ich möchte gerne das Sortieren
[FONT="]Hab selber schon Probiert aber ich bekomme es nicht hin freu mich sehr über Hilfe
[/FONT]
[FONT="][/FONT]
[FONT="]lg foring
[/FONT]
ich möchte gerne das Sortieren
Code:
<?php
$verzeichnis = openDir("medin/Me1/videos/serien");
while ($file = readDir($verzeichnis)) {
if ($file != "." && $file!= "..") {
$file2 = str_replace("_"," ",$file);
echo "<nobr><font size=5 font color=#ffffff font FACE=Verdana >
<b>$file2</b></font></a> <br><br></nobr>";
foreach (glob("medin/Me1/videos/serien/$file/{*.jpg,*.gif}", GLOB_BRACE) as $filename) {
$rest = substr("$filename", 0, -4);
$wo = $rest ;
echo "<nobr><a href=index-serien.php?sest=$wo><img src=$filename width=130 height=183></a>";
}
echo "<br><br><br>";
}
}
closeDir($verzeichnis);
?>
[FONT="]Hab selber schon Probiert aber ich bekomme es nicht hin freu mich sehr über Hilfe
[/FONT]
[FONT="][/FONT]
[FONT="]lg foring
[/FONT]