/ Published in: PHP
Expand |
Embed | Plain Text
$imgfile="http://www.crossdomain.com/image.jpg"; try { } catch (Exception $e) { $k=false; } if($k!=false) { $result .= "<img src='$imgfile'>"; } else { $result.="no image file"; }
You need to login to post a comment.
