Teaching MSSQL to PHP

These are more of a collection of links than an actual tutorial; my personal experience with installing MSSQL drivers in a PHP/Apache webserver was born out of the need to migrate timekeeping data from a proprietary 3rd party database into one of my own.

You’ll need the following pre-requisites downloaded:

  1. MSSQL (2012 is tested)
  2. PHP 7 (7.2.5 and 7.2.9 is tested)
  3. (optional) To test MSSQL connection: DBVisualizer
  4. MSSQL Drivers
  5. PHP JBDC Drivers

Procedure

Instead of writing my own installation steps, I followed @nahomt‘s tutorial. In case that link isn’t available, serverpilot.io has another tutorial that looks similar.

Leave a Reply

Your email address will not be published.