Home > Article > Backend Development > PHP and issues related to sql seve database
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.
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.