do your sql manager supports ssh
network18
Practically a Master Poster
619 posts since Sep 2009
Reputation Points: 29
Solved Threads: 76
oops , you can simply connect it using the connect function like below -
$con = mssql_connect($server_name,$username,$password);
$db_select = mssql_select_db($database_name);
you must have understood that, in the mssql_connect function, you need to provide the server's name at first parameter and so on.
put that ip there and it should work.
network18
Practically a Master Poster
619 posts since Sep 2009
Reputation Points: 29
Solved Threads: 76
he wants to connect to the microsoft's SQL server and not MySQL
network18
Practically a Master Poster
619 posts since Sep 2009
Reputation Points: 29
Solved Threads: 76