Forums
This topic is locked
DW8|PHP|MySQL - Dynamic source picture
Posted 26 Jan 2007 01:55:16
1
has voted
26 Jan 2007 01:55:16 Nancy Renfree posted:
I have created a page that displays a picture. The source for the picture is dynamic, based on a value retrieved from a MySQL database. When I preview the site in Safari, everything works fine. When I preview the site in Firefox, the picture doesn't display, but I can right-click and choose "Show Image" and another window opens to show the picture. In Internet Explorer, the picture doesn't display and I CANNOT "Show Image".Here is the code in the "src" box for the picture: "dbPics/<?php echo $row_PicLocation['picFileName']; ?>
Any ideas?
Thank you,
Nancy
Edited by - nrenfree on 26 Jan 2007 01:56:51