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
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 =)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.