你好所有我目前卡住了并且遇到了麻烦,我的问题是,显示器当前会显示数据库msql中的图像,但是如何不显示通过更新表格上传图像的用户的拇指指甲来自外部源的是代码,而它能够从mysql数据库映像加载。
如果有人只是将图像放在他们的USB或其他东西上并将其显示在图片标签上,我怎么能加载呢?
$pImageMsg = $uploadMsg ? $uploadMsg : $pImageMsg;
$html .= '<div class="error">'.$pImageMsg.'</div></div>';
//show the image only for the edit
if($product['productImage']) {
$html .= '<div>';
$html .= '<img src="images/products/thumbnails/'.$productImage.'" /></div>';
}
$html .= '<p><input type="submit" name="'.$mode.'" value="'.$mode.'" id="add"/></p>';
$html .= '</form>';
return $html;
}