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