Hi,
I am having a problem with displaying the file value from mysql table in a form during update mode in a drop down list.
When I display the form for possible update, I want to show the value currently in the table as the first option value and then the remaining list in case the person wants to select the new value and I can't get it to work.
For example:
<SELECT NAME="Trigger">
???? <option value="<?=$myrow["Trigger"]?>how do i do this??</option>
<option value='1'> list 1 </option>
<...
<..
Can someone please help me with how to do this?
Thanks,
Melissa