treterteret
bhavani wrote:
sir,
i am not able to contact a MSSQL server with the following code.
$server = \\\\\\\\"BHAVANI\\\\\\\\";
$user = \\\\\\\\"sa\\\\\\\\";
$pwd = \\\\\\\\"\\\\\\\\";
$db = mssql_connect($server,$user,$pwd);
it gives error as \\\\\\\\'call to undefined function mssql_connect()\\\\\\\\'.
i do not want to use odbc_connect method since i want to connect to some other sql server.
kindly guide me to rectify this error immediately.
regards,
bhavani