Create thumbnails for all images in a directory

This is a simple script to demonstrate using my image resizing function
. It scans the directory you place it in for any images, generates a thumbnail for each image, then outputs html to display the thumbnails as links to each image.
It requires php 5.1+ as it uses the Directory Iterator to get the files in [...]

Scripts.com