Hi, i am storing images in a file directory, i am storing information in the database and the image name, i have a query which prints out the results, my question is how to echo out the image.
I have this code:
echo "<tr><th>Image</th>";
echo "<td>";
echo "<img src='upload/<?=$file_realname?>'>";
echo "</td>";
I name of the field which stores the image name in the database is called image.
Any help would be great thanks.