I'm new to PHP and trying to build a project management application. I'm using <select> lists to insert some of the fields into a database.
I need to be able to retrieve these values from the database and set the matching <option> to SELECTED so that the values show up as the default.
Hope this is clear. Any help would be greatly appreciated.