I have a database where I store images, or rather paths to images.
I can display the images using http://www.domain.com/show.php?img=1.jpg&mid=1
Using that page it shows 4 images in a table 2 side by side and 2 side by side on the next row.
I want to call the show.php page from another file using the <img src>. Is it even possible?