Skip to content

Instantly share code, notes, and snippets.

@hawkapparel
Created October 17, 2016 16:49
Show Gist options
  • Save hawkapparel/f462aa9587310ee50dd29ce7341150c7 to your computer and use it in GitHub Desktop.
Save hawkapparel/f462aa9587310ee50dd29ce7341150c7 to your computer and use it in GitHub Desktop.
$external_link = 'http://www.example.com/example.jpg';
if (@GetImageSize($external_link)) {
echo "image exists ";
} else {
echo "image does not exist ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment