Display file

[insert_php]
$url = “http://www.lictc.org/wp-content/uploads/TheatFesti1811.jpg”;
$file_exists = (@fopen($url, “r”)) ? true : false;
if ($file_exists == 1) {
echo ““;
}
[/insert_php]