How do you populate listpicker fro MySQL using PHP?

Send a select query to the database, for example

Select userNames from myTable

Then convert the result, which is a 1 column csv table into a list and display it in the listpicker

Taifun