Home >Backend Development >PHP Tutorial >How to connect SQL Server 2005 with PHP6, how to learn database, database doubt repair tool, database file repair
1. Modify php.ini to delete and save the comment extension=php_mssql.dll.
Modify php.in to change mssql.secure_connection = Off to mssql.secure_connection = On.
2. Download ntwdblib.dll (2000.80.194.0) for connection 2005
Click to download
3. Open the file X:AppServphp5ext and copy php_mssql.dll to the system32 directory.
Copy the downloaded ntwdblib.dll to the system32 directory.
Copy the downloaded ntwdblib.dll to the php5 directory.
The above introduces the method of connecting SQLServer2005 with PHP6, including the content of sqlserver2005. I hope it will be helpful to friends who are interested in PHP tutorials.