Mailinglisten-Archive |
This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C11ECB.C859B080 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, ich wollte Fragen, welches wohl die beste L=F6sung ist, input = (type=3Dradio) vorzuselektieren. Wenn ich die Daten aus der Datenbank = auslese, $row =3D mysql_fetch_array($result) und dann jedesmal if($row["besitze_auto"] =3D=3D "ja") { <input type=3D"radio" name=3D"besitze_auto" value=3D"ja" checked> Ja <input type=3D"radio" name=3D"besitze_auto" value=3D"nein"> Nein } else { <input type=3D"radio" name=3D"besitze_auto" value=3D"ja"> Ja <input type=3D"radio" name=3D"besitze_auto" value=3D"nein" checked> = Nein } is das recht muehsam, zumal ich nicht nur input tags mit 2 zur = auswahlstehenden optionen habe, sondern auch z.b. mit 5 feldern und das = wird dann ein ewig langer source fuer einen eigentlich winzigen check Kennt jemand ne bessere Loesung? MfG Beater ------=_NextPart_000_0006_01C11ECB.C859B080 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"> <HTML> <HEAD> <META content=3Dtext/html;charset=3Diso-8859-1 = http-equiv=3DContent-Type> <META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT color=3D#000000 face=3DArial size=3D2>Hi,</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>ich wollte Fragen, = welches wohl die=20 beste Lösung ist, input (type=3Dradio) vorzuselektieren. Wenn ich = die Daten=20 aus der Datenbank auslese,</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>$row =3D=20 mysql_fetch_array($result)</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>und dann = jedesmal</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial = size=3D2>if($row["besitze_auto"] =3D=3D=20 "ja")</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>{</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2> = <input=20 type=3D"radio" name=3D"besitze_auto" = value=3D"ja"=20 checked> Ja</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2> = <input=20 type=3D"radio" name=3D"besitze_auto" = value=3D"nein">=20 Nein</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>}</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>else</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>{</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2> <DIV><FONT color=3D#000000 face=3DArial size=3D2> = <input=20 type=3D"radio" name=3D"besitze_auto" = value=3D"ja">=20 Ja</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2> = <input=20 type=3D"radio" name=3D"besitze_auto" = value=3D"nein"=20 checked> Nein</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>}</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>is das recht muehsam, = zumal ich nicht=20 nur input tags mit 2 zur auswahlstehenden optionen habe, sondern auch = z.b. mit 5=20 feldern und das wird dann ein ewig langer source fuer einen eigentlich = winzigen=20 check</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>Kennt jemand ne bessere = Loesung?</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>MfG=20 Beater</FONT></DIV></FONT></DIV></BODY></HTML> ------=_NextPart_000_0006_01C11ECB.C859B080--
php::bar PHP Wiki - Listenarchive