Re: [PHP-DB] Transferring rows between 2 databases on 2 web servers

2010-01-17 Thread Chris
Ferdi wrote: Hi Everybody, There are n number of web servers all having the same Linux-Apache-MySQL-Php setup, with identical databases. Each of these servers functions as a billing server at a store of my company. Now I am required to set up a master server that will copy all data from each of

Re: [PHP-DB] Transferring rows between 2 databases on 2 web servers

2010-01-17 Thread Karl DeSaulniers
I would create a PHP file that is stored on each server that you call from your master server. In that file that is stored on each server, write the code that retrieves your data and get/send the response. Karl On Jan 18, 2010, at 12:23 AM, Ferdi wrote: Hi Everybody, There are n number of

[PHP-DB] Transferring rows between 2 databases on 2 web servers

2010-01-17 Thread Ferdi
Hi Everybody, There are n number of web servers all having the same Linux-Apache-MySQL-Php setup, with identical databases. Each of these servers functions as a billing server at a store of my company. Now I am required to set up a master server that will copy all data from each of the store serve