top button
Flag Notify
Site Registration

Whether PHP supports Microsoft SQL server or not?

+1 vote
272 views
Whether PHP supports Microsoft SQL server or not?
posted May 8, 2014 by Sachin Dahda

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

You can use Microsoft SQL server with PHP It purely depends on what your server setup is (i.e windows or linux) see this page for additional help:

http://uk.php.net/mssql

answer May 9, 2014 by Amit Kumar Pandey
Similar Questions
+2 votes

I'm trying to connect to a MS SQL Server Express 2005 using PDO for ODBC, but I need the DSN string. I tried with:

$dsn = 'odbc:DRIVER={SQL Server};HOSTNAME=CCTPV608SQLEXPRESS;DATABASE=db_ibripos';

but it doesn't work, please help.

...