Archives
-
This Week’s Link List (July 30, 2010)
-
This Week’s Link List (July 23, 2010)
Wow! This has been a busy week…especially when it comes to news about Windows Azure and SQL Azure. If you are wondering what Windows Azure and SQL Azure have to do with PHP, just follow the first link, which will take you to a comprehensive article by Maarten Balliauw about hosting PHP applications in Windows Azure. Not all this weeks news is about Azure, however. Some interesting conversations on Twitter led me to some interesting pages about open source licenses. And there’s more…including an article about generating Word documents with PHP…
-
Windows Azure Command Line Tools for PHP Available in Web Platform Installer
-
How to Page Data with the SQL Server Drivers for PHP
Shortly after the 1.0 version of the SQL Server Driver for PHP was released, I posted on the team blog as about how to page data with the driver. In the v1.1 release of the driver, the team added some functionality that made paging data easier and more intuitive, but I never got around to a blog post that showed how to use the new functionality. So, with the final release of the 2.0 version of the driver coming soon, I thought it was high time I posted something about using the functionality that was added in the v1.1 driver (better late then never!). While I’m at it, I’ll include code that shows how to do paging with the PDO driver. (Complete scripts attached to this post.)