I just want to get this right, and it will be case closed for the this entire flare up of coding help:
<b>UPDATE:</b>
The <img src part is not echoing the image, instead it's echoing a 'broken image' and the path to the image is now: http://localhost/scripts/images/%3E and if I remove the extra > in the img src path than the path is just http://localhost/scripts/images/ and doesn't display the actual image from the db.
HTML Code:
<td align="center" valign="top">
<table border="0" align="center">
<tr><td align="center"><img src="http://www.webmaster-talk.com/images/<?php echo $row['element_5']?>>" border="1"/></td></tr>
<tr><td align="center" valign="middle"><?php echo $row['element_1']?></td></tr></table><td>
Just curious if anyone has a solution to this?
Thanks guys!
__________________
Made2Own
Last edited by Brian07002; 12-13-2009 at 10:16 PM..
|