I need to know how to populate a list box with the registered users on a site. I am running PHP and mysql database and this form object will be in a module.
I am not exactly sure what you want. do you want a "who's online" box? if so, it highly depends on the structure of your user database how to create such a box.
All you need to do is pull the list out of you database, then build a text string using a WHILE statement, then plug the text string into wherever you want the list box...