PHP

TwitterFacebook
Get flash to fully experience Pearltrees
In a previous article , we discussed FirePHP’s basic logging functions for debugging your PHP web applications. Although–as we have seen–it can be used for debugging purposes, its main utility is to log information about your web apps, and it does a terrific job in that regard. In this article, I will introduce you to an old concept that seems to be forgotten by most web developers today: the importance of logging. Additionally, I’ll walk you through some of functions designed to keep your logging more organized. We will talk about:

A Guide on Advanced Logging and Benchmarking with FirePHP

http://sixrevisions.com/web-development/a-guide-on-advanced-logging-and-benchmarking-with-firephp/
http://www.catswhocode.com/blog/15-php-regular-expressions-for-web-developers

15 PHP regular expressions for web developers

Getting started with regular expressions For many beginners, regular expressions seems to be hard to learn and use. In fact, they’re far less hard than you may think. Before we dive deep inside regexp with useful and reusable codes, let’s quickly see the basics: Regular expressions syntax PHP regular expression functions