Now that PHP 5.3 has been released and is ready for production use, it's time to familiarize yourself with some of the new features that come with it.
In this new tutorial from SitePoint they look at one of the more controversial additions - namespaces.
Namespaces are one of the most significant changes in PHP 5.3. They will be familiar to C# and Java developers, and they are likely to change the structure of PHP applications for...
WebReference.com: Data Filtering
WebReference.com has posted a new tutorial looking at filtering data (user input or otherwise) in your PHP applications: In this article, we will be exploring some of the many data filters...
ITNewb.com: Introduction to JSON and PHP
On the ITNewb.com site there's a recent tutorial posted covering the use of JSON in PHP applications - on both the creating and parsing sides. So you've heard the fanfare over JSON, but...
PHPClasses.org: Another Serious Security Bug on PHP...
On the PHPClasses.org blog there's a new post detailing an issue that came up in the PHP 5.3.9 release that caused a large security issue (PHP 5.3.10 has, however, already been released to...
Post new comment