Populating a select form with PHP

Hi everyone, I have a Mysql databse and some of the fields inside have multiple values , for example the color field has: blue, red, green. I want to store the values inside a select form using PHP.

If anyone can point me to some tutorials or examples of how to do this it will be realy great.

mgallen