Answers for "how to check if an image is available or not"

PHP
2

check image is available on server php

if (file_exists('http://www.mydomain.com/images/'.$filename)) {
 … }
Posted by: Guest on June-27-2020

Code answers related to "how to check if an image is available or not"

Browse Popular Code Answers by Language