Is there any simple method in php to determine if a url from a website is reachable?
This is so that if your website has to load content from another URL, is there a failsafe method for the other parts of your website to load even if that one part is down?