Oh Sorry mehr Quellcode ok!
<?php
$selstyle = GetContent("txt/style");
$ordner = "layout";
$handle = opendir($ordner);
while ($file = readdir ($handle)) {
if($file != "." && $file != "..") {
if(is_dir($ordner."/".$file)) {
if ($file == $setstyle) { $sel = 'selected="selected"'; }
echo "<option value='".$file."' ".$sel.">".$file."</option>";
} else {
}
}
}
closedir($handle);
?>
Is ist jetzt was bissl andres, hab es jetzt vereinfacht, kommt aber auf selbe
$selstyle = GetContent("txt/style"); <-- is eine Funktion die mir den inhalt einer Textdatei ausgibt, funktioniert aber auch!
L.g.
--
Selfcode: sh:( fo:| ch:? rl:? br:< n4:? ie:% mo:| va:) de:> zu:) fl:( ss:) ls:[ js:}
Selfcode: sh:( fo:| ch:? rl:? br:< n4:? ie:% mo:| va:) de:> zu:) fl:( ss:) ls:[ js:}