PHP + MSSQL on IIS webserver

wxdqz

New Member
I've succesfully installed php on an NT server with IIS as webserver. I want to use MS SQL server as a database application and I 've tried to connect to the database with php functions mssql_connect() and so on, but I always get the message

Fatal error: Call to undefined function: mssql_connnect()

What's wrong? Should I use an ODBC-driver for MS SQL server?

Thanks in advance.
Johan
 
Back
Top