PHP is one of my core skills.
fritz digital developer and producer, london +44 (0)7817 719 566
Category: PHP
Posts
PHP optimization tips
Here I’ll collect PHP optimization tips, and will benchmark them when I get to it.
More»
Quickly removing empty array elements in PHP
A quick way to remove empty elements from an array is using array_filter without a callback function.
$myArray = array_filter( $myArray ); This will also remove 0s though. More»
Using filter_var to validate email addresses in PHP
As from version 5.2, PHP comes with built-in data filtering. Which makes validating emails and URL very, very easy. More»
Sub-categories
- Parent
- Web Development
- Siblings
- Actionscript /2
Classic ASP /3
Javascript / DHTML /2 - Children
- None

Updates
subscribe to this blog's rss feed'
follow me on twitter
subscribe friendfeed
my delicious bookmarks
my youtube channel