Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Chris Andruszko
Chris Andruszko
18,392 Points

Sharing information between databases.

I need to get WordPress user information from one sql database and share it with another sql database for a different WordPress site. I was thinking I could connect to the sql database remotely, get the user information, put it in variables and use those variable to create the users on the current site.

But the more I think about it, the more dumb and unnecessarily difficult that seems. Is there a better way to share user information between databases? I'm open to any suggestions.

Thanks for any help, and I hope my question is clear enough.