Shabneez Posted January 8, 2013 Share Posted January 8, 2013 Hello, I have a question please: I have two users in my app, admin and then normal user. I have one 1st html page with two links, one for admin and one for normal user. I have a login form and a registration form. The login form should be used by both users and then the titles on the pages change according to the users that need to login. Also, the login form should have a link to point to a registration form- this link should appear only for the admin, (link is clicked on the 1st html page.) There will be many admins, and each admin can create normal users. After the succesful login, the user is taken to a specific page. Could anyone please show me how we achieve this? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/272862-user-redirect/ Share on other sites More sharing options...
Beeeeney Posted January 8, 2013 Share Posted January 8, 2013 Sure mate! Here you go http://forums.phpfreaks.com/forum/20-php-freelancing/ Quote Link to comment https://forums.phpfreaks.com/topic/272862-user-redirect/#findComment-1404260 Share on other sites More sharing options...
ChrisPHP Posted January 8, 2013 Share Posted January 8, 2013 You're asking about something very general.. I suggest you learn about authentications and redirecting, then if you have a question a little more precise I'd be happy to help you can check this link out also: http://studge.com/create-a-site-authentication-login-with-php-and-mysql/ Quote Link to comment https://forums.phpfreaks.com/topic/272862-user-redirect/#findComment-1404272 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.