Jump to content

[SOLVED] Images won't show


affordit

Recommended Posts

Can anyone tell me why my pics don't show I just get the place holder, here is the code

// PROCESS CONTENTS OF $RESULTS
print "<table width='0' align='center'><tr>";
while ($info = mysql_fetch_array($result)) {
print "<td width='0' ALIGN='CENTER'>";
echo $info['heading'];
echo "<BR>";
echo $info['picture'];
echo "<BR>";
echo $info['description'];
echo"<BR></td>";
}
echo"</tr>";

 

This is how it is stored in the DB

 

<img src=graphics/ba_3.gif height=100 width=100>

Link to comment
https://forums.phpfreaks.com/topic/89381-solved-images-wont-show/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.