I'm trying to get PHP set up to connect to a SQL Server database. I'm looking for the php_mssql.dll file to put in my extensions directory but for the life of me can't locate it online. Can anyone help?
I'm trying to get PHP set up to connect to a SQL Server database. I'm looking for the php_mssql.dll file to put in my extensions directory but for the life of me can't locate it online. Can anyone help?
Download the Zip (not installer) version of your version of PHP from the PHP site and extract it, you will find it in the ext folder here.
You can also try the Microsoft SQL driver for PHP
You should find it in the "ext" directory of php package, but only of PHP 5.2.X, PHP 5.3 doesn't include dll for mssql.