Entry
I tried connecting to MSSQL server 7.0 using php4 and the mssql_connect() but I get the error " Call to undefined function: mssql_connect() " Help?
Nov 14th, 2003 01:50
Prioritus \"Rio Uniwaly\" Yotto Putera, Mike DeMeglio, Satish Byrow,
I had the same problem. Don't know if you're using PEAR or some other
library to provide connectivity to the SQL Server box but I use FreeTDS
0.53 (www.freetds.org). My resolution was to compile PHP4 with Sybase
support (the freeTDS website gives decent instructions) and correct /
uncomment the lines in php.ini that pertained to the Sybase libraries.
If you provide me with a little more detail, I might be able to give you
a hand.
If you are using Windows Installation,
Try to remove this signs(;) from the extensions=mssql_modules.dll at
php.ini, and put mssql.dll from folder extension at PHP Folder.