搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

PHP-MySQL-IMAGES-Firefox

  • 2 个回答
  • 5 人有此问题
  • 5 次查看
  • 最后回复者为 ydv.seattle

more options

PHP For some reason the images from MySQL are not coming through in Firefox, but work fine in Explorer and Chrom . Do you have any advise on how to fix it?

http://www.artisttrustauction.org/preview.php http://www.artisttrustauction.org/details.php?id=1

PHP For some reason the images from MySQL are not coming through in Firefox, but work fine in Explorer and Chrom . Do you have any advise on how to fix it? http://www.artisttrustauction.org/preview.php http://www.artisttrustauction.org/details.php?id=1

所有回复 (2)

more options

You use backslashes in the src attributes of the images. That is not allowed in html. Firefox refuses to load your images for that reason. Sadly other browsers ignore this rule and display the images anyway. Replace the backslashes with forward slashes.

more options

Thank you for your help! I fixed the problem!