PHP Classes

Link Checker

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  Link Checker  >  (Un) Subscribe thread alerts  
Subject:Link Checker
Summary:External Links
Messages:2
Author:Anandakumar
Date:2006-06-16 19:51:53
Update:2006-06-18 03:54:28
 

  1. Link Checker   Reply   Report abuse  
Picture of Anandakumar Anandakumar - 2006-06-16 19:51:53
In a web page of given url,should display the list of external links(by checking different domain names) using classes.Please explain with scripts.Thank you.

  2. Re: Link Checker   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2006-06-18 03:54:28 - In reply to message 1 from Anandakumar
You can use this class to retrieve the page contents. Then use a regular expression to find all links and extract the respective URLs. Then you are ready to check the URL of each link using the class again.