I have searched the site and the web for a PROPER tutorial on how to connect from your WAMP PHP to a local SQL SERVER without success.
Articles I have found on this site are:
- PHP to SQL Server without ODBC or MSSQL support
- Connecting to SQL Server with PDO_MSSQL in PHP
- Error connecting to SQL server with MSSQL and PHP
- MSSQL error (saying not enabled when it is) using WAMP / PHP 5.3.4
- Connecting to MSSQL server 2008 with PHP
- PHP error connecting to MS SQL database using PDO_DBLIB
None of them really help me.
Can someone post a proper article on how to connect from WAMP PHP to a local SQL Server with Windows Authentication. Also if possible with SQL server authentication.
I have tried installing php_pdo_mssql
, php_mssql
, extensions but I am getting unable to connect to server errors. I can connect to the server through SQL Server management studio when I just type Database name: DEV-13 and put Windows Authentication as login credentials.
A tutorial to for installing PHP extensions and connecting to sql server for dummies would be perfect!
Please help.