I want to use a drop down menu for a edit form. How do I use set that drop down to select the properties in the database.
<? echo $myrow["rank"] ?>
I already have it all setup I pretty much just need to know the HTML.
I know in inputs its value="<? echo $myrow["rank"] ?>"
Were in a select drop down ?