PHP-MySQL-IMAGES-Firefox
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)
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.
Thank you for your help! I fixed the problem!