Hi,

I want to integrate punbb with my php application. That means the user registration and login should be handled by my own application.

If user clicks on register link then it'll redirect to my registration page and same as for login. There is a user table in my application with loginid, password and all other details. In punbb there is also a user table with forum specific details. So the synchronization of these two tables plus the navigation from home page to forum page with the credentials after login in my application.

In punbb the information stores in cookies where as I am using db session to store loginid and others. The difficult part is 'index.php' in punbb thats I am thinking.

Need help in this regards,

Thanks,
Faridi