Posts Tagged ‘mssql’

Microsoft now has an official SQL Server Driver to use with PHP on IIS. This is a huge and step forward for PHP/SQL Server developers since beginning with PHP 5.3, the usually packaged MSSQL extension has been deprecated.

Saturday, August 7th, 2010 at 23:09 | 6 comments
Tags: , ,

Update: I’ve started an IIS Tutorial Series on Talking to SQL Server with PHP on IIS which contains more details of this installation. It’s been a while since I’ve touched on the issue of having PHP 5.3 talk to a MS SQL Server on IIS (without using ODBC or other connection methods).  Last time I’ve […]

Sunday, September 27th, 2009 at 13:17 | 2 comments
Categories: PHP, Web Development

Update: This article is considered outdated. I’ve started an IIS Tutorial Series on Talking to SQL Server with PHP on IIS. Last time I posted about PHP deciding to remove the MS SQL Server Connection driver and library from the PHP 5.3 package, and mentioned that Microsoft now has its own version of the MS […]

Friday, August 7th, 2009 at 20:06 | 1 comment
Categories: Uncategorized
Tags: , , ,

Update: This article is considered outdated, and is only valid for PHP versions before 5.3. I’ve started an IIS Tutorial Series on Talking to SQL Server with PHP on IIS, which is valid for any versions of PHP 5.2.4 and later. I have been pulling my hair trying for many hours to connect to a […]

Thursday, March 12th, 2009 at 23:15 | 2 comments
Categories: PHP
TOP