How to share user accounts across multiple sites

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
mathes
Forum Newbie
Posts: 1
Joined: Thu May 27, 2010 5:50 am

How to share user accounts across multiple sites

Post by mathes »

Dear Members,

I have a Recruitment portal (www.shreejobs.com) with 3 subfolders for India, Malaysia & Singapore.

www.shreejobs.com/injobs --- using MySQL indb
www.shreejobs.com/myjobs -- using MySQL mydb
www.shreejobs.com/sgjobs --- using MySQL sgdb

All 3 website & db structures are identical except for some country customization.

Now I want to integrate all 3 websites to allow the jobseekers to access the jobs posted in all 3 sites with single login.

How do share the user account (table : jobseekers) accross the subfolders?

Thanking you all in advance for your help.

mathes
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: How to share user accounts across multiple sites

Post by internet-solution »

Are you using any opensource CRM or have developed a custom CRM for the site?

One way is to check jobseekers table in all three databases in the login script.
Post Reply