hi again...
I have a nice little php application which work fine for tree years all over a sudden its not showing images.
I checked on Dreamweaver the code is ok and I tested my mysql tables the images name are there and the images path is correct.
But when I view the page source the image path shows empty and rplaced with spaces instead
Ex:
<img src =” ”> not <img src=””>
Hence the images sow on the design view in Dreamweaver and using wamp server
this the dreamweaver code for images
direct image
<img src="imgs/sdnair_01.gif" width="775" height="177" alt="a" />
image name from db
<img src="staffpic/<?php echo $row_allstaff['pic']; ?>.jpg" width="150" height="150" />
and here is the code from ie and fierfox
direct image
<img src=" " width="775" height="177" alt="a" />
image name from db
<img src=" " width="150" height="150" />
i just dont know where the text went???!!!!! ie.txt drm.txt
Bookmarks