SyntaxFix
Write A Post
Hire A Developer
Questions
try PHP
if (file_exists('url/img/' . $Image)) { $show_img_URL = "Image.jpg"; } else { $show_img_URL = "Image_not_found.jpg"; }