News Feed
Jobs Feed
Sections




News Archive
Design Aeon:
Check Dead Links From Database Using PHP CURL
June 18, 2012 @ 09:45:55

On DesignAeon.com there's a recent tutorial posted showing you how to extract URLs from your database and determine which ones are "dead" automatically with the help of cURL.

Checking Deadlinks From the database manually is a Headache ,So why not use a script which return the http status of the particular link and tell us if the link is dead or not.So how do we check the dead links from the database ? How do we programatically check whether the link is dead or not ? To check broken or dead links from Database we will use curl .

Included in the post is a sample script that extracts the URLs from a field in the database (you'd need some extra smarts if you're pulling it from content) and running it though a "checklink" function. If the call to curl_getinfo returns false, the link is marked dead.

0 comments voice your opinion now!
dead link url curl check automatic tutorial database


blog comments powered by Disqus

Similar Posts

IBM developerWorks: PHP frameworks, Part 1: Getting started with three popular frameworks

VoidWeb.com: PHP Clustering using Apache httpd mod_proxy

Tutorial: An Introduction to PHPIDS (PHP-Intrusion Detection System)

Smashing Magazine: Powerful Command Line Tools For Developers

Zend Developer Zone: Dynamically Generating PDF Files with PHP and Haru


Community Events











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


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

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