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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/176365-how-would-i/#findComment-929566 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.