Hello,
I have a MySQL table designated for storing usernames, passwords, etc. In this table, one field is called "username." I would like to create a user page for each user that gets entered into the database. I would like the URL for any given user page to be http://foo.com/member/username. How could I do this?
Thanks in advance,
John