this is what i have used before
<select name=search_in>
<option value=all>All Products</option>
<option <?php if($search_in_type=='title') echo 'selected ';?>value=title>Title</option>
<option <?php if($search_in_type=='description') echo 'selected ';?>value=description>description</option>
</select>
let me know if you need some explaining