Handy Cheat Sheet for PHP File Operations – thanks to @davidwalshblog http://davidwalsh.name/basic-php-file-handling-create-open-read-write-append-close-delete
Learn MoreI’ve just installed ZEND Server 6.3 on my MacBook running Mavericks 10.9.1. Needless to say I’m sill a little shaken up from the huge amount of brain pain this adventure has caused. Because once...
Learn MoreOne of my clients wanted to run a web application that required MySQL 5.5 instead of the default MySQL 5.1 that ships with Plesk at the time of writing. He needed it due to the better handling of UTF8...
Learn MoreIf you have MAMP installed and working on your Mac, it’s easy to get started with ZEND Framework development. I’ll show you how in this article. Download the framework from here:...
Learn MoreDid you know that you can run PHP directly from the command line? Here’s how: Running a command Let’s run a one-liner and see the output displayed in our console. We’ll use phpinfo() because...
Learn More