PHP Tutorial Script - Automated Image GallerySimple PHP tutorial script to make managing images easier. This will read in the folder/subdirectory passed in from the url...
Simple PHP tutorial script to make managing images easier. This will read in the folder/subdirectory passed in from the url (e.g. http://www.yourdomain.com /gallery.php?n=foldername ), open that folder, read the contents & display any images in that folder as thumbnails that link to the fullsize image. A good script if you want to learn the basics of PHP.