Shopify, Shopify Apps, Magento, WordPress, Codeigniter, Joomla, Big Commerce | PHP
$imagePath = "https://jaydip.kansagra.com/image.jpg";if (@getimagesize($imagePath)) { echo 'Image exists';} else { echo 'Image not exists';}