我正在尝试通过PHP5.2连接到外部Sql Server。
使用这一行:
$con = mssql_connect('123.123.123.123','Username','Password') or die('Could not connect to the server!');
我收到了这个错误:
警告: mssql_connect() function.mssql- connect :无法连接到服务器: 123.123.123.123在/home/file/public_html/structure/index.php第