News

This second excerpt from Advanced PHP Programming: A practical guide to developing large-scale Web sites and applications with PHP 5 by George Schlossnagle is reprinted with permission of Sams ...
I chose to install PHP myself and configure it for use in WebMatrix (see Brian Swan's tutorial). After doing that, I tested the new PHP Drivers for SQL Server. The August release added PDO support, ...
Should a SQL statement contain an error, PHP will return a cryptic, incomprehensible warning message via the driver. In debugging, it has been helpful to echo out the offending queries. The web ...