Install MSSQL Freetds extension with PHP 5.x.x

These PHP functions allow you to access MS SQL Server database by using freetds. This tutorial will work with php 5.3.29 - php 5.6.40 only. For php 7.x use sqlsrv which is already in php options. To build MSSQL with php 5.6/5.x.x just follow this steps : Run this commands one by one (this will […]

Read More

Install MSSQL Freetds extension with PHP 5.x

These PHP functions allow you to access MS SQL Server database by using freetds. This tutorial will work with php 5.3.29 - php 5.6.40 only for php 7.x use sqlsrv which is already in php options. To build MSSQL with php 5.6/5.x.x just follow this steps : Run this commands one by one (this will […]

Read More