I have a MySQL database full of user information, like their username, password, email, etc.
I want a PHP script that allows me to pull JUST their username and display it like so:
“username1″,”username2″,”username3”
Literally exactly like that, the quotes and all.
EDIT: Sorry for not supplying enough information.
The table is named “users” the field I want to pull off it is “username” I can get it to pull and display all the information, my only problem is imploding it.
OK dude, read the comments