Create Comma Seperated List from MySQL PHP

jonx41

New Member
I have a list of users in my table. How would I go about taking that list and returning it as one PHP variable with each user name separated by a comma?
 
Back
Top