Home > Backend Development > PHP Tutorial > How to connect PHP6 to SQLServer2005, php6sqlserver2005_PHP tutorial

How to connect PHP6 to SQLServer2005, php6sqlserver2005_PHP tutorial

WBOY
Release: 2016-07-12 08:54:16
Original
935 people have browsed it

How to connect PHP6 to SQLServer2005, php6sqlserver2005

1. Modify php.ini, delete the comment of extension=php_mssql.dll and save .

Modify php.in to change mssql.secure_connection = Off to mssql.secure_connection = On.

2. Download ntwdblib.dll (2000.80.194.0) for 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.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1120383.htmlTechArticleHow to connect SQLServer2005 with PHP6, php6sqlserver2005 1. Modify php.ini, delete the comment extension=php_mssql.dll and save it. Modify php.in to change mssql.secure_connection = Off to mssql.secu...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template