How to send the datebase value from one server to other serv

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!

Moderator: General Moderators

Post Reply
purnendu231172
Forum Newbie
Posts: 11
Joined: Mon Apr 16, 2007 6:29 am

How to send the datebase value from one server to other serv

Post by purnendu231172 »

Hi all ,

I have one form, using this form, i am sending the data to one database server.
After sending the data, i want to send the information to other server(second server). how to do can anybody will help.

Thanks and regards

Ranjan
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Uh, connect to that server and send it. .. or set up replication.
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

It is better to use MySQL relplecation http://dev.mysql.com/doc/refman/5.0/en/replication.html
Post Reply