![]() |
MySQL Help?
Ok, I have recently set up a type of online messenger, and I would like to have a members list on one of my HTML pages.. I just need a line of code which will list the names in a certain part of the MySQL DB.
EG The table is called Users and inside I just need the 'username' to be shown, in a list, of all the members. Thanks alot in advance. |
Re: MySQL Help?
|
Re: MySQL Help?
Quote:
Code:
SELECT username FROM Users;Code:
SELECT username FROM Users ORDER BY username ASC |
Re: MySQL Help?
Thank you!
|
| All times are GMT +1. The time now is 10:24. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum