If you are building the choices from a database or loop it's more simple - if not it's pretty easy just not very elegant :
<option value="option1" <?php if($varfromdb=="option1"){ echo " selected"; }?>>Option 1</option>
and so on
__________________
haggul
|