Hi
I have a value which is assigned to a variable $id(from database)
I need to use that value to select the approprate option value in the selection tag.
eg. $id =1
<select name=id>
<option value=1>1</option>
<option value=2>2</option>
etc..
</select>
I am not sure how to assign $id to the selection tag and select the approprate option
Please help
Thanks in advance