News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials Blog:
Easy Screen Scraping in PHP with the Simple HTML DOM Library
August 06, 2008 @ 08:40:15

On the Developer Tutorials blog today Akash Mehta looks at screen scraping using a simple DOM library to help make it easy.

In PHP, regular expressions tend to get rather messy, DOM calls can be confusing and verbose, and often the string functions just aren't enough. In this tutorial, I'll show you how to use the middle ground - the open source PHP Simple HTML DOM Parser library, which provides jQuery-grade awesomeness for easy screen scraping without messy regular expressions.

In his examples he shows how to grab the contents of a page (google.com), find and replace information in the HTML and perform a query on the data (like finding each of the news stories out of the front page of slashdot.org).

0 comments voice your opinion now!
screen scraping simple html dom library example tutorial


blog comments powered by Disqus

Similar Posts

Tom Jowitt's Blog: Streamlined PHP Development - Part II

Kevin van Zonneveld's Blog: Convert anything to Tree Structures in PHP

IBM developerWorks: Build seven good object-oriented habits in PHP

Noupe.com: Getting Started with PHP Regular Expressions

Zend Developer Zone: PHP and Java: Using Java Print Service with Zend Server Community Edition


Community Events











Don't see your event here?
Let us know!


composer interview language testing podcast zendframework2 example community series release conference framework development code functional opinion database introduction object tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework