I would like to connect to a local MSSQL server using PDO and the SQLSRV dll. I don't need to build a site or anything huge, it's just for a demonstration. I connect to the local server in MSSQL Management Studio using Windows Authentication. I do not have IIS.
I've installed the SQLSRV dll, edited php.ini correctly, and am connected to the local server. Do I need to do anything else before I attempt trying to connect through a browser, in terms of configuration?
I am running MSSQL Server 2008 R2 and WAMP with PHP 5.3.13
Thanks!