<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)
|