no, simply give access to the database on the 2 servers (if mysql, you should use 2 different users, and specify from which hosts they can connect) and make your script connect to the server the db is rather than localhost.
it's nothing more than that.
But be warned that the web site will need to comunicate with the db server through internet, and that if the 2 have connections problems, it can cause problems.
Note too that the communication between the remote site and the database will use bandwidth on both of your accounts.
From one, it's on the ascending side, and on the descending side for the other.
Quote:
|
making both web site on single server will help me?????
|
It just remove the connectivity and bandwidth issues.
__________________
Listen to the ducky: "This is awesome!!!"
|