Fatal error: Call to undefined function: mssql_connect() in c:\inetpub\wwwroot\sm\test.php on line 30
now, i have gone into php.ini, and added the mssql extension, is there anything else i have to do?
do i actually have to download the .dll?? here's my code
i have the client tools installed on the local machine, i have the dns set through odbc
$link = mssql_connect($dsn, 'user_id', 'password');