amitava82
MMO Addict
First, here is the piece of code:
my images are stored in a folder called "images" and file names are stored in a database. the recoedset1 gets the image name from the database.
Now the problem is, Internet Explorer 7 is displaying the image but Firefox is NOT. I absolutely have no clue whats wrong.. When I view the source code for both IE and FF, both are same
Then why the image is not being displayed?
Code:
<img src="images\<?php echo $row_Recordset1['photo']; ?>" />
Now the problem is, Internet Explorer 7 is displaying the image but Firefox is NOT. I absolutely have no clue whats wrong.. When I view the source code for both IE and FF, both are same
Code:
<img src="images\383huge.jpg" />
Then why the image is not being displayed?