What is the best or preferred method for building the array for options in a select form item? The data would be coming from a database table that just holds the items for the dropdown. I know how to hard code the options, but would prefer to keep these in a db table for easy updating. Thanks, Mark