rsquaredpgh Posted June 6, 2006 Share Posted June 6, 2006 So far my experience with PHP and MySQL is pretty limited - mostly using Dreamweaver MX. What I need to do is construct a user login page using PHP which authenticates the user and then redirects them to a specific page based on their login.There would be a finite number of users (about 6) and six unique pages to redirect to. Can anyone point me to a tutorial or briefly explain how I would go about doing this?Thanks in advance.Robert Quote Link to comment https://forums.phpfreaks.com/topic/11336-user-authentication-log-in-user/ Share on other sites More sharing options...
moberemk Posted June 6, 2006 Share Posted June 6, 2006 I suppose you could have it so that you have an if statement for the redirect, like if $user == x, redirect code here. Quote Link to comment https://forums.phpfreaks.com/topic/11336-user-authentication-log-in-user/#findComment-42592 Share on other sites More sharing options...
TronB24 Posted June 7, 2006 Share Posted June 7, 2006 Try [a href=\"http://www.wap.org/journal/dreamweaverphp/default.html\" target=\"_blank\"]this[/a] or you can invest in [a href=\"http://interaktonline.com\" target=\"_blank\"]InterAKT [/a]extensions Quote Link to comment https://forums.phpfreaks.com/topic/11336-user-authentication-log-in-user/#findComment-43002 Share on other sites More sharing options...
moberemk Posted June 8, 2006 Share Posted June 8, 2006 Hey, aren't I the forums' dedicated interAKT plugger? Probably should've posted that link. Quote Link to comment https://forums.phpfreaks.com/topic/11336-user-authentication-log-in-user/#findComment-43009 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.