<li class="span3">
<div class="thumbnail">
<a href="https://bprice.ge/keis191" target="_blank"><img src="<?=LINK?>/image/catalog/cases/191/1.jpg" width="150">
<div class="caption">
<?PHP
$content = @file_get_contents("$link/keis191");
if (strpos($http_response_header[0], "200")) {
echo "<h5>Текст при живой ссылке</h5>";
} else {
echo "<font color=red><h5>Текст если ссылка не существует</h5></font>";
}
?>
</a>
</div>
</div>
</li>
|