I'm trying to make it where the id number is a link that you can click on,
and when you click on it, it will pull fields according to the id you clicked on, is this possible from log, to say "account.php" (account.php will see the id you clicked from the link, and will return it's field data that i want to show)

Example:
Memberlist.php:
(Note the ID # (aka 1) will be a link you can click on and will goto profile.php,
and show all its called field info)
1 - User1
2 - User2
3 - User3

Profile.php:
User1's Profile
Email: [email protected]
Name: Test


....
....
I also have AIM: Lukeidiots
MSN: [email protected] you can contact me there.