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? 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. 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
Archived
This topic is now archived and is closed to further replies.