phpbar.de logo

Mailinglisten-Archive

AW: [php] DB und select-feld

AW: [php] DB und select-feld

Michael Koch php_(at)_phpcenter.de
Wed, 13 Jun 2001 11:36:03 +0200


Am Mittwoch, 13. Juni 2001 11:18 schrieben Sie:
> >    $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

Hast du schon mal in das fertige HTML reingeschaut ? Vielleicht fällt da der 
Fehler leichter auf.

Gruss,
Michael
-- 
Bremische Hafenvertretung e.V.                      tel: +49 (421) 3090148
IT-Abteilung                                        fax: +49 (421) 3090150
World Trade Center                             mail: mkoch_(at)_bremen-ports.de
Birkenstrasse 15                           www: http://www.bremen-ports.de
D-28201 Bremen








php::bar PHP Wiki   -   Listenarchive