Mailinglisten-Archive | 
> 
> 
>    $option_block="<select name="SEL_FELD" >";
> 
> >              while ($row = mysql_fetch_array($sql_result)) {
> >                 if($row["auswahl_id"] == $pleaseSelectItem)
> 
> >                    $option_block .= "<option value="
> .$row["auswahl_id"]."
> > selected >".$row["auswahl"]."</option>";
> >                 }else{
> >                    $option_block .= "<option value="
> > .$row["auswahl_id"].">".$row["auswahl"] ."</option>";
> >                 }
> >              }
> 
> 
> $option_block.="</select>";
> 
> versuchs doch mal damit.
> 
> gruß
> rainer
habe es gerade ausprobiert, funktioniert aber auch nicht.
Das select-feld wird jetzt überhaupr nicht mehr angezeigt
Frank
-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
--
GMX Tipp:
Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a
    php::bar PHP Wiki - Listenarchive