To install the Microsoft SQL Server PDO driver for PHP, follow these steps:
main.php50 chars2 lines
main.php84 chars2 lines
main.php44 chars3 lines
You can verify that the driver is installed and enabled by running the following command:
main.php25 chars2 lines
If the driver is installed and enabled, you should see pdo_sqlsrv
in the list of installed modules.
gistlibby LogSnag