The best I could find, an if fclose fopen type thing, makes the page load really slowly.
if
fclose
fopen
Basically what I\'m trying to do is
if (false === file_get_contents("http://example.com/path/to/image")) { $image = $default_image; }
Should work ;)