Using PHP and MS SQL Server

admin

Administrator
Staff member
I have a problem trying to access MSSQL database using php4. I get an error like this:
Fatal error: Call to undefined function: mssql_connect() in c:\\program files\\apache group\\apache\\htdocs\\test.php on line 4

where the function on line 4 is the mssql_connect. Do you know what the problem might be.

I am using windows 2000, apache server, php4 and the database is MS SQLSERVER 2000 database.
 
Back
Top