I want to be able to take a variable and display it as the selected option value in a select statement in a form. Can anybody help?
<select name=blah> <option value="<? echo $data?>" SELECTED><? echo $data ?> </select>
You can put stuff in loops or whatever you like. It's super simple.