I have Windows XP. I'm trying to configure PHP to work with MSSQL on my localhost. I have SQL Server 2000 installed including Enterprise Manager - It's a developer edition of the program.
I get the following error:
I get the following error:
Code:
Fatal error: Call to undefined function: mssql_connect() in c:\inetpub\[URL unfurl="true"]wwwroot\alcustomer\alcustomer\testsql.php[/URL] on line 10
PHP Warning: Unknown(): Unable to load dynamic library './php_mssql.dll' - The specified module could not be found. in Unknown on line 0
[code]
I looked on my computer for the file php_mssql.dll and it could not be found.
How can I fix this?
MrsBean