Hi, I have a mysql table named users with a list of users in them.

Does anyone know how I would go about displaying each user in the table on a page with each username having a link going to a certain page on it.

So a page would display every user in the database. Then the displayed users would each have their own link, linking you to a different page for each user when clicked.

Thanks in advance