Einzelnen Beitrag anzeigen
Alt 06.12.2005, 17:12   #4
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

<option value="1" <?php if ($value == 1) echo 'selected="selected"'; ?> >Herr</option>
<option value="2" <?php if ($value == 2) echo 'selected="selected"'; ?> >Frau</option>
<option value="3" <?php if ($value == 3) echo 'selected="selected"'; ?> >Nicht sicher</option>
etc.

jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten