How can I find out the email address of a user when he's logged in to osCommerce? I want to display the following message at the top of my website:
When not logged in:
Welcome Guest! (Login or Signup)
When logged in:
Welcome {email address} (Logout)
What do I need to do for this to happen?