How do you guys get a post to display thumbs of images in a directory, within an iframe? I know how to do iframes, I have folders uploaded with full sized images and thumbnails (same names) but need to figure out the .php code to make the thumbs display when the post is made. For example:
<center><iframe frameborder="0" scrolling="auto" width="900" height="700" src="http://www.mysite.tld/members/forum/thumbs.php?folder=date_name"></iframe></center>
I guess I need a simple thumbs.php script that works? I have seen many online, but they always point to a single file, and I need mine to pull all the images from a folder. I have experiemented but nothing so far. Can anyone assist me?
Sorry I couldnt figure out how to make this particular post using the code tags, so that that code would appear...