Scraping Links With PHP
Learn how PHP can be used to gather and store links from web pages. This tutorial covers how to fetch a page's content using cURL, parse the content using PHP DOM, find links using XPath queries, and store the links in a MySQL database. Also discusses the legal issues associated with scraping content from websites.
Views: 921 | | by Marry
View this tutorial