How could I let a user use the same ID on my site & forum?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
extrickster
Forum Newbie
Posts: 2
Joined: Fri Mar 19, 2010 1:38 pm

How could I let a user use the same ID on my site & forum?

Post by extrickster »

Hello,

I was wondering if there was anyway in PHP that I could link a user from my website to my forum. For example a user could signup onto my site and use that ID on the forum board.

My forum is located here by the way (it's not open) http://www.tricksterhost.com/community/index.php and my website is located here http://www.tricksterhost.com/

I know I would probably have to use the same MYSQL database but I'm not completely sure on how to sync them together.
Post Reply