multi php pages

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
deanot
Forum Newbie
Posts: 1
Joined: Sun Aug 18, 2002 1:30 am

multi php pages

Post 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?
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Re: multi php pages

Post 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.)
Image Image
Post Reply