Home  >  Article  >  Backend Development  >  PHP and issues related to sql seve database

PHP and issues related to sql seve database

WBOY
WBOYOriginal
2016-06-27 13:18:08996browse

Since I have been using the sql sever database, I would like to ask if php can connect to the sql sever database? Do I need to configure the environment? I use dreamweaver to write.


Reply to discussion (solution)

Of course. For php5.3 and below, you can add extension=php_mssql.dll to php.ini. For php5.3, you need to install the SqlSrv driver.

You can search online.

Statement:
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