I have a result set (returned from query from MySQL) and I want to go over all the values in the record set and create a drop down list in html.the drop down list will be dynamic so every time I run the query the drop down list will change according to the query results.I found many example in php or how to get the value from the list to sql but not what I need.any help will be appreciated.Thanks