webtrix Posted February 15, 2004 Share Posted February 15, 2004 How is it done?? sending people to a database defined url. Idea is that people log in with username and password, and from that get a level of access so it´s controlled what they are alled to see this much i do have down. But i want them to be directed after pressing login to a specified page. So table 1 in the database has the username, password and level and table 2 in the same database has the url they are to be sendt to.. how is it done to send people to the link / url stated in the database table 2. Hope to get some replies.. and if any questions please write me for more information Quote Link to comment https://forums.phpfreaks.com/topic/1671-how-is-it-done-sending-people-to-a-database-defi/ Share on other sites More sharing options...
pugs421 Posted February 16, 2004 Share Posted February 16, 2004 This is the code used to redirect someone. Just insert the $variable in place of <new page> <?php Header ("Location: <new page>"); ?> Quote Link to comment https://forums.phpfreaks.com/topic/1671-how-is-it-done-sending-people-to-a-database-defi/#findComment-5485 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.