i want to take all images in a directory and display them with links to other pictures, a thumbnail gallery actually. in other words, the output should be multiple instances of this <a href="/full/image.jpg"><img src=/thumb/image.jpg></a>
the images in the full directory and the thumb directory will have the same filename. any idea on how to do this?
the images in the full directory and the thumb directory will have the same filename. any idea on how to do this?