phpbb forum registration/login integration with the site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

phpbb forum registration/login integration with the site

Post by pbs »

Hi All,

I want to integrate phpbb registration/login with my customised site.

Any idea.

Thanks in advance.
cptnwinky
Forum Commoner
Posts: 84
Joined: Sat Dec 27, 2008 10:58 am
Location: Williamstown, MA

Re: phpbb forum registration/login integration with the site

Post by cptnwinky »

You can just call the phpbb database to verify user data. So, instead of creating your own users table and checking against it for authentication just use the phpbb users table to perform the same check.
Post Reply