Quote:
Originally Posted by aoyamananami
hello im here again can someone help me how do i connect the other hosting server in website. Example the server files is in the other hosting and the other is in other hosting server.
do i have to edit the sql server and link the sql server of the other hosting server please help.
|
PHP Code:
$odbc_connect = odbc_connect('DRIVER={SQL Server};SERVER=192.168.13.51 , 1433', ODBC_USER, ODBC_PASS);
$_CONFIG['db_databases'] = array( // Datenbanken
'acc' => 'ACCOUNT_DBF',
'chr' => 'CHARACTER_01_DBF',
'web' => 'WEBSITE_DBF',
'log' => 'LOGGING_01_DBF',
);
you need to put the ip of the server if the files is on another server like cpanel. check my guide