|
You can add a link that says Profile or similar, and a page "profile.php" to which you send the users ID, as in "profile.php?id=xyz". On that page, retrieve the users relevant information and display it.
You can then add another page for changing that information, perhaps "updateprofile.php?id=xyz", with a form with fields for the information that can be changed. Of course, a user should only be allowed to edit their own profile, so you should keep track of the user ID or username with a session variable.
__________________
596f75206d65616e20796f752063616e2061637475616c6c79 207265616420746869733f
|