Lukas Smith's Blog: Next MDB2 releases are around the corner
Lukas Smith notes in this new blog post that the next releases for his MDB2 package should be just around to corner. He's been working on several issues: fixing issues with MySQL drivers updating...
View ArticleChristopher Jones' Blog: New PDO_OCI Attributes
Christopher Jones talkes about some updates that he's made to the default PDO functionality of PHP, adding in a few things like pre-fetching and methods to get the details of the database server...
View ArticleShaun Oleson's Blog: Authorize.NET and PHP
Shaun Oleson has posted his method (a chunk of code to do it) to connect to the Authorize.NET servers and make a request: So I've had quite a bit of experience with authorize.NET and PHP and I've...
View ArticleCommunity News: PHP Now Included in WebSphere sMash Build
In a new post to her blog Zoe Slattery points out a big step in PHP's presence in systems all around the world - the inclusion of it into the CISC systems. You probably don't realise it but it's very...
View ArticleBrian Swan's Blog: SQL Server Driver for PHP Connection Options: Transaction...
On his blog today Brian Swan has posted the results of some of his research on transaction isolation levels in SQL Server PHP applications. Last week I had the good fortune of presenting at the the...
View ArticleSitePoint PHP Blog: MySQL Transactions & Why They Can't Be Emulated in PHP
On the SitePoint blog there's a new article from Craig Buckler stating that MySQL transactions can't be emulated in PHP and shouldn't be discounted despite many developers seeing them as not much more...
View Articlephp|architect: Transactional Emails for Fun and Profit
On the php|architect site there's a recent tutorial from Cal Evans about building a transactional email system with the help of a simple library and the SES system from Amazon. I love APIs. A...
View ArticleGotoTech.com: Developer Diary: Taming Doctrine's 2000 Flushes
In this new post to the GotoTech.com blog Eric Burns talks about a way he's "tamed Doctrine's 2000 flushes" with a wrapper around the EntityManager to make controlling the database flushes simpler....
View ArticlePHPBuilder.com: My Automated PHP Scripts for Creating FTP Connections to a...
PHPBuilder.com has posted a new tutorial about creating automated FTP scripts to pull down information from a remote server (using FTP streams). In 2007 I began working on a website project for an...
View Article