Populating a Select dropdown with data stored in the database can be tricky if not done correctly. This is the best way to recall that data simply.
//get info from DB $options = $row['options'];
Please Select Option >PHP >ASP