Jump to content

Syncronyse differente databases


madness69

Recommended Posts

Hi guys, nice being a part of the forum, my question is, i have a network of differente websites, each of these websites work in the same services.

All there backend, databases are the same, having there same tables, etc. Only thing that changes in them is the CSS for differente design of course. What i need it to do is when one of the websites insert a new product the other sites receives the same product of this website. All these site have the same capability, when site A insert a new product site B and C receives the same product in there databases, when site C insert new product site A and B receives the same product and forward.

How can i achieve this accomplishment, maybe i should put this question in the mysql section but maybe here can help me.

 

Be well

Link to comment
https://forums.phpfreaks.com/topic/224987-syncronyse-differente-databases/
Share on other sites

I haven't done this before but I will try to help you anyway because I think you will be happy to get a answer anyway =)

 

I would try:

 

First I would connect to the first database and insert it...

Then I would use: mysql_close();

 

And then I would create a new connection

Then I would insert it there.

 

I think that is the only way, but I am not sure!

 

Try =)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.