Hoppus Posted October 3, 2009 Share Posted October 3, 2009 alright, so what i want to make is a script that views a directory of images and displays it as a directory of thumbnails, whenever thumbnails are clicked, it opens up the images. what functions and what not would i have to learn to go about doing this Link to comment https://forums.phpfreaks.com/topic/176365-how-would-i/ Share on other sites More sharing options...
Daniel0 Posted October 3, 2009 Share Posted October 3, 2009 Use the DirectoryIterator to get the contents of a folder and use the GD library plus some simple math to generate a thumbnail. Link to comment https://forums.phpfreaks.com/topic/176365-how-would-i/#findComment-929566 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.