Return to Snippet

Revision: 37139
at December 4, 2010 10:46 by whak


Initial Code
if (@GetImageSize("http://myurl.com/image.jpg"))
{
echo "file exists";
} else {
echo "file does not exist";
}

Initial URL


Initial Description


Initial Title
Check if external image exists

Initial Tags
php, image

Initial Language
PHP