I need help showing a users e-mail when they log in. Any help would be much appreciated!
Hi,
Now that I am able to show someones username after they login using the code below, how in the world do I get a page to show their e-mail. For example when they go to change their e-mail address in the settings in says next to the form "Your current e-mail is set as ..." how do I get it to show?
Username code:
<?php echo $_SESSION['MM_Username']; ?>
Is it at all similar to this?
Thank you for any help.
