I have images stored in my database in mysql, and i was wondering if anyone knew how to display them in my webpage.
In dreamweaver, only some images display and others don't, even thought they're the same size and dimensions.
This is my code in php:
Any help would be greatly appreciated.
In dreamweaver, only some images display and others don't, even thought they're the same size and dimensions.
This is my code in php:
Code:
<td> <img src="images/<?php echo $row_rs_image['Img_Hotel1']; ?>" alt="Image" width="150" height="150"></td>
Any help would be greatly appreciated.