check php image exist code example Example: check image is available on server php if (file_exists('http://www.mydomain.com/images/'.$filename)) { … }