NetTuts.com: PHP Database Access: Are You Doing It Correctly?
In this new tutorial on NetTuts.com, they talk about one of the more fundamental connection types you can do in PHP - database connections. They want to be sure you're "doing it correctly" via PHP's...
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 ArticlePHPMaster.com: Spooky Scary PHP
In the spirit of Halloween coming next week PHPMaster.com has posted some spooky scary PHP code in their latest post from the editor of the site, Timothy Boronczyk. Break out the candy corn and apple...
View ArticleDerick Rethans: Connection Handling with the MongoDB PHP driver
Continuing on with his look at the newly released version of the MongoDB driver for PHP Derick Rethans has posted more detail about the advanced connection handling options this new driver version...
View ArticleDerick Rethans: Debugging Connections with the MongoDB PHP driver
Derick Rethans has a new post that the developers out there using MongoDB in their applications will find useful - a look at debugging your connections with the PHP driver (and what kind of...
View ArticleDerick Rethans: Read Preferences wth the MongoDB PHP driver
Derick Rethans has a new post to his site detailing some of the "read" preferences that you can customize in the latest versions of the MongoClient functionality in the MongoDB PHP extension for...
View ArticleGonzalo Ayuso: Handling several PDO Database connections in Symfony2 through...
Gonzalo Ayuso has written up a new post about a handling method he's worked up for working with multiple PDO instances (database connections) through the Symfony2 dependency injection container using...
View ArticleLorna Mitchell: PHP and Gearman: Unable to connect after upgrade
Lorna Mitchell has shared some advice about correcting an issue with PHP and Gearman after she did an upgrade via PECL. I upgraded PHP and related pecl modules on my development machine today, and ran...
View ArticleBrandon Savage: Publishing messages to RabbitMQ with PHP
Brandon Savage has posted the second article in his RabbitMQ+PHP series today with a look at publishing messages to the queue. (Part one is here) Now that we understand the basics behind RabbitMQ,...
View ArticleDZone.com: MongoDB Driver Tips & Tricks: PHP
On DZone.com there's a new post from Chris Chang that's the third part of the series looking at using various language drivers for working with MongoDB. In this latest article he focuses in on the PHP...
View Article