multi php pages
Moderator: General Moderators
multi php pages
I want to be able to give users of my site access to other areas using the same username and password they sign up with, every program i use has a different DB ie; nukephp, phpbb, and more, is there an easyway to have the user DB seperate from the program DB?
Re: multi php pages
Why don't you just SELECT * FROM phpbb_users ? Just use the databases own user list. (If that is what you're looking for.)deanot wrote:I want to be able to give users of my site access to other areas using the same username and password they sign up with, every program i use has a different DB ie; nukephp, phpbb, and more, is there an easyway to have the user DB seperate from the program DB?
