verificar la imagen está disponible en el servidor PHP
if (file_exists('http://www.mydomain.com/images/'.$filename)) {
… }
Lokesh003Coding
if (file_exists('http://www.mydomain.com/images/'.$filename)) {
… }