Hi all,
Hopefully a simple request. I store images on the disk and keep the details of the images in the database.
All I want to do is print the image, but all I get is a broken image:
echo '<td align="center"><img src="../files/ '.$image1.' " /></b></br>';
"Files" is where the image is stored
"$image1" is obviously what is stored in the database.
Any ideas?
Thanks,
G