I have an image in a HTML page:
If the image is not found o
try PHP
if (file_exists('url/img/' . $Image)) { $show_img_URL = "Image.jpg"; } else { $show_img_URL = "Image_not_found.jpg"; }