Hi All,
I want to integrate phpbb registration/login with my customised site.
Any idea.
Thanks in advance.
phpbb forum registration/login integration with the site
Moderator: General Moderators
Re: phpbb forum registration/login integration with the site
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.