Creating a user "profile"
752596Feb 17 2010 — edited Mar 4 2010Hello all :)
I am looking to find out how to create a user profile. The way someone can access this profile is by clicking on their 'avatar' which is a small picture or blob in my 'users' table.
I would like to be able to generate a page (which is actually a report that returns one row, and formats it) that displays information for one user.. so in a way clicking on that image should pass the User's ID to another page and retrieves all the data in the users table with that ID (which is unique) and display the info on a page as a user profile.
What is the best way to do this?
-J