The Microsoft SQL Server Drivers for PHP allow you to integrate and connect with the SQL server in the PHP applications. In this tutorial, we will show you how to install and enable MS SQL Server Driver for PDO in PHP.
extension=php_pdo_sqlsrv.dll
<?php phpinfo(); ?>
Now, you can connect and access the SQL server from PHP scripts.