Okay, I have a page that allows users to register and inputs their data into my selected database, but I want to know now how I can view that data. What I want to do is have a members list like the PHPBB board does. I have member names, member_id (basic int values), and some other data. How would I use PHP/MySQL to print off the first like 5 users? I know it is something like.
select id, user_name, from my_table;