prcollin Posted July 9, 2007 Share Posted July 9, 2007 I need a login page that when a correct user name and password are entered directs a user to his or her own profile simply based off of the user name and password. So it would be the same sign in page for all customers but different personal profiles once they enter Link to comment https://forums.phpfreaks.com/topic/59014-best-suggestions-for-a-login-page-that-directs-a-customer-to/ Share on other sites More sharing options...
AndyB Posted July 9, 2007 Share Posted July 9, 2007 Sounds simple. Have a database with record id, username, userpass. When you have a match, pass the id to the profile page and use login_id in the profile info database table to select the right profile data Link to comment https://forums.phpfreaks.com/topic/59014-best-suggestions-for-a-login-page-that-directs-a-customer-to/#findComment-292965 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.