Mailinglisten-Archive |
Hallo, > ..das dachte ich auch, aber das Blvde ist da_ in dem Box dann gar nix > erscheint ?!?! > > Any idea ? hier mal ein code schnippsel wie ich das mache (auf eine MySQL DB) <? db_connect(); $result=mysql_query("SELECT * FROM berufsgruppe ORDER BY berufsgruppe;"); echo "<select name=\"berufsgruppe[]\" style=\"width:200\" size=\"5\" multiple><option value=\"alle\"> -- alle -- </option>\n"; while (list($berufsgruppeid,$berufsgruppe) = mysql_fetch_row($result)) { echo "<option value=\"$berufsgruppeid\">$berufsgruppe</option>\n"; } mysql_free_result($result); ?> </select> -- CWD - Creative Web Design http://www.cwd.at Ludwig Ruderstaller mailto:ruderstaller_(at)_cwd.at A. Baumgartnerstr. 44/B6/034 Tel/Fax: +43 1 6673289 A-1230 Wien Mobil: +43 676 4208221
php::bar PHP Wiki - Listenarchive