Get user details and pass them to variable to be used on other pages

I’m currently stuck on a project am working on.
The issue here is that I need to get user details, on validation and pass all the other values to already created global variables so as to enable me call them on other pages.

The user validation page uses email address and password to authenticate user but I want to select the username, full name, phone and other fields based on the supplied user email. These data will be displayed on user profile page.

I tried creating a session variable for the supplied email but it seems I got everything messed up.

Please, I need help regarding this.

We would need to see the code you have so far in order for us to help you. Just copy the code and paste it in. Then highlight the code and select the <\> symbol above the edit area to format your code for easier reading.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.