I was wondering if anyone has any experience in showing images that are stored in a database. I am setting up a list and detail page for a Realtor site. We aren't storing the images in the database, but the image name. There is a thumb and full size. I figured it would use a Get function, but so far I've had no luck. Can anyone help?? Thanks.

just put the image name into an html image tag while you loop through the results in the database.

ex.

echo '<img src="' . $imagepath . '" />';
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.