Hello to everyone!
I have a problem and i wish for help.I have a form and i want to contain the values that a specified user had put.I manage to collect correct the values from the database but i have a problem in the drop down menu.I want to shows first the value that the user had choosen.The value is containing in the variable $rf.
I thougth that if i wrote value="<?=$rh;? >" should work but this is wrong!
I have a problem and i wish for help.I have a form and i want to contain the values that a specified user had put.I manage to collect correct the values from the database but i have a problem in the drop down menu.I want to shows first the value that the user had choosen.The value is containing in the variable $rf.
I thougth that if i wrote value="<?=$rh;? >" should work but this is wrong!
Code:
<td align=center><select name="eid_farm3" value="<?=$rh;?>">
<option value="a">A
<option value="b">B
<option value="c">C
</td></select>
Comment