Error in function mssql_connect() [duplicate]
Possible Duplicate:
mssql_connect in php does not exist
How to solve the following error
Fatal error: Call to undefined function mssql_connect() in /var/www/开发者_如何转开发delhunt/MSSQLTest.php on line 8
You have to enable msssql
functions from the php.ini
file and check for php_mssql.dll
in the php extensions folder
精彩评论