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!
In my system, I must use 3 backup server and 1 main server. In each server, I have to put 1 database. Let say in server A got database dbA, in server B got database dbB an so on. I run my system in the main server. While the system is running, it will generate files. Everyday (maybe at 12 am) I want to upload those generated files into all 3 backup servers. So anybody got any idea how to do this? Pls ask me if my explanation is not clear..
You could connect to the databases on the other servers and put the data into them directly. Write in mysql_connect() the IP oder Domain of the server instead of "localhost".