我查看了其他问题,但没有找到答案,我正在将来自数据库查询的图像(有效)回显到图像标签中,但图像没有显示在浏览器中,但是代码都在来源,当我在浏览器中打开图像时,它就在那里!
我的代码;
echo '<a href="http://www.example.com/adClick.php?id='.$a[0]['id'].'" target="_blank"><img src="http://www.example.com/images/ads/JobAlert/'.$a[0]['Image'].'" /></a>';
呈现的html;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<p></p><a href="http://www.example.com/adClick.php?id=3" target="_blank">
<img src="http://www.example.com/images/ads/JobAlert/eb6daad2c02b3ba3310c03b3ef77e0ceb801cd8b74742356b2e7af37ef39a5b468752706.png" />
</a>
</body>
</html>