Hi, I'm trying to display an image inside a php tag using a file path name I stored in mysql. So far not working.
<td><?php echo "<img src='images/$image'/>";?></td>
$image is the path to mysql. I can echo the path name so I know it works there but I can't display image.