Review: PHP and MySQL: Create - Modify - Reuse
Wednesday, July 2nd, 2008
This book caught my eye recently because there was a chapter in it which talks about Search Engines. I’ve been looking at building a spider which can crawl a website and analyse SEO information for me, but wasn’t sure how to go about doing it.
Written by Timothy Boronczyk with help from Martin E. Psinas, this book didn’t really go much into depth on building a web spider/crawler, nor provide me with any major new information. But, it does give some very practical real world advice in building those commonly used application projects.
It’s always important to have good resources when you are starting out to learn something new. Thankfully, learning PHP is much easier with books like Programming PHP (2nd edition).