checking for broken external links
Posted: Wed Aug 06, 2008 12:07 am
I am developing a portal site that maintains a database of external links. I would like to be able to check, using php, whether the links are still active. Is there any way of doing this?
I am after a function of the form:
boolean checkLink(string url)
which returns true if the link is active and false if it is not
I am after a function of the form:
boolean checkLink(string url)
which returns true if the link is active and false if it is not