News Feed
Jobs Feed
Sections

Recent Jobs

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.

1 comment voice your opinion now!
scrape link curl dom xpath mysql tutorial scrape link curl dom xpath mysql tutorial




Similar Posts

PHPro.org: SQLite-ON DUPLICATE KEY UPDATE

Brian Moon's Blog: PHP's MySQL connection timeout

The Bakery: Basic User Authentication in (CakePHP) 1.2.x

DevShed: Defining the Core Structure of a PHP Blogger

Robert Basic's Blog: Starting with Zend Framework - part 2


Community Events







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


conference cakephp package PEAR book mysql security framework zendframework ajax PHP5 release database developer releases example application zend code job

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