Do you mean the php file you're writing from scratch? Then yes, you can pull in the information by doing a database query. You'd query the user table and add a "join" for the userfield (and maybe others depending on what info you want to display). The reason I mentioned looking at memberlist is because it basically does the same thing so it has a query similar to what you'd need.
|