Im wondering how do I echo a SINGLE rows fields, for example:
|username|
user1
user2
user3
user4
user5
how would I echo ALL fields in a row onto a php or html page? "I tried" to google it but I couldnt find this, I could only find echoing all ROWS. please help.