can we do that ?
right now my webhost company is running MySql
and one of the client want to use MsSQL instead, so he setup a database in windows server.
so how to connect to that MsSQL server ?
I tried this one but it's not working
$s = mssql_connect($myServer, $myUser, $myPass);;
$d = mssql_select_db($myDB, $s);
I got this error :
Fatal error: Call to undefined function: mssql_connect()