News Feed
Jobs Feed
Sections




News Archive
MakeBeta Blog:
Scraping Links With PHP
August 15, 2007 @ 12:08:00

From Justin Laing over at Merchant OS there's a new tutorial on creating a simple link scraper with the help of PHP and the cURL extension.

In this tutorial you will learn how to build a PHP script that scrapes links from any web page. You learn how to use cURL, call PHP DOM functions, use XPath and store the links in MySQL.

You'll have to have PHP5 and the cURL extension enabled on your web server to make it all work, but the code is all there ready for you to cut and paste. The application grabs the page with cURL (including the possibility to fake your user agent), parses through the HTML with the DOM and XPath functionality to grab the links and uses the MySQL methods to store them into your database.

2 comments voice your opinion now!
scrape link curl dom xpath mysql tutorial scrape link curl dom xpath mysql tutorial


blog comments powered by Disqus

Similar Posts

phpRiot.com: Fetching Data With Zend_Db

Zend Developer Zone: Learning PHP & MySQL (a Book Review)

ThinkPHP Blog: Methods to Reduce the Load of Your Webserver by Caching Content

Ask About PHP: PHP Basics: Accessing Remote URLs using cURL

Phil Sturgeon: Why PHP DateTime Rocks


Community Events











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


phpunit introduction release database development unittest community zendframework2 framework interview rest conference testing symfony2 usergroup functional language podcast series opinion

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