Page 1 of 1
multi php pages
Posted: Sun Aug 18, 2002 1:30 am
by deanot
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
Posted: Mon Aug 19, 2002 1:58 am
by phice
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?
Why don't you just SELECT * FROM phpbb_users ? Just use the databases own user list. (If that is what you're looking for.)