Hello,
I just installed phpBB.
My question is, I am just learning PHP and am building a site that currently uses a rinky-dink login system that I created. It utilizes mysql. I am wondering if it is possible to just abandon my login script and utilize phpBB not only for the forum login, but also to keep track of the login throughout the rest of the site? I currently have a member_table that keeps track of an auto incrementing user_id, login_name, password and join_date. Is it possible that I can just use the login from the forum script to be the login for the entire site? Any advice or tutorials would be greatly appreciated.