spacoalee Posted July 10, 2006 Share Posted July 10, 2006 I currently have a registration page and a login page, both work and use php and mysql. I have created a forum using phpbb. Currently you have to register for both of them. How would I make it so once you register to the site you are also registerd to the forum with the same username? Quote Link to comment https://forums.phpfreaks.com/topic/14196-login-page-for-forum-and-members-area/ Share on other sites More sharing options...
robos99 Posted July 10, 2006 Share Posted July 10, 2006 Just use the forum's DB for user information, so when someone registers on the forum they're automatically registered on your site.Or if you don't want to share tables like that, you could write your forum registration page to put the same username and password into your site's DB. Quote Link to comment https://forums.phpfreaks.com/topic/14196-login-page-for-forum-and-members-area/#findComment-55654 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.