Hi Seta!
Ey, ich verlier langsam die Geduld!
Sorry!
Was willst du den hören? das bei beiden mit echo, "default" steht?
Ich kann die einfach nicht helfen, weil du keine relevanten Angaben machst. Ich brauche Quellcode. Deiner funktioniert bei mir mit den Tipps, die ich dir gegeben habe, anstandslos.
$ein = 'foo';
$selstyle = $ein.'gruen';
$dirs = array(0=>'rot',1=>'gruen',2=>'blau');
$dc = count($dirs);
for ($i=0;$i<$dc;$i++) {
$sele = ($selstyle == $ein.$dirs[$i])?'selected="selected"':'';
print "<option value='".$ein.$dirs[$i]."' ".$sele.">".$ein.$dirs[$i]."</option>\n";
}
ergibt:
<option value='foorot' >foorot</option>
<option value='foogruen' selected="selected">foogruen</option>
<option value='fooblau' >fooblau</option>
MfG H☼psel
--
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)