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

Oracle Technology Network: DeployPHP Series, Part 5 - Zend Core for Oracle Quick Start

Zend Developer Zone: Whip Up a Yahoo! Mashup Using PHP

DevShed: Am Introduction to PHP Security

Zend Developer Zone: The Standard PHP Library (SPL)

DevShed: Paginating Blog Entries with Code Igniter


Community Events











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


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

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