|
Though I can setup an almost same database as another server, I'd like to directly connect to the other server. To do like this, one edit will affect 2 sites.
Can we use like this:
Quote:
$db_host = "202.101.93.94"; or like: $db_host = "http://anotherdomain.com";
$db_user = "dbuser";
$db_pwd = "dbpwd";
$qry = mysql_connect ($db_host, $db_user, $db_pwd);
__________________
|