php check if local image exists 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)) {
… }