Archive for the PHP Category

Useful Recursion Example - Getting Directory Size

What is Recursion? If you've been programming for a long time already but still haven't tapped into recursion, no one can blame you. Not many programmers use or know about recursion because of several reasons. First, often times you won't find it in crash course books or online tutorials for newbies..

Posted on: June 4, 2008     Filed under: PHP

Basic Webpage Scraping with PHP

I've been using this technique for a while now but it's just recently when I heard the term "scraping". Apparently, people use this as a "black hat" technique to earn some money online, although, I don't have any idea how someone can use this to earn some money online (If you have any idea, your ..

Posted on: May 14, 2008     Filed under: PHP