pleek Posted April 20, 2008 Share Posted April 20, 2008 Hey ive seen this before but i can't for the life of me find the scripts now. Does any one know of a script that shows the images in a folder but with thumbnails? Like you go to the page and you get the thumbnails of all the images in the folder. Quote Link to comment https://forums.phpfreaks.com/topic/102032-desplay-images-from-a-folder/ Share on other sites More sharing options...
GingerRobot Posted April 20, 2008 Share Posted April 20, 2008 So there's no thumbnails already created? Well, there's not point generating them on the fly each time you browsed the directory, it'd be hideously slow. So your best bet would be to just load the images, and display them as a particular size. That said, you'd ultimiately be better off creating thumbnails of the images at some point. For reading all the images from a folder see: glob() - If all the images have the same extention, or readdir() If they don't. Quote Link to comment https://forums.phpfreaks.com/topic/102032-desplay-images-from-a-folder/#findComment-522166 Share on other sites More sharing options...
pleek Posted April 20, 2008 Author Share Posted April 20, 2008 um, ok not quite sure how to use those. Does any know of a ready to go script? im pretty good at modifyin them to work how i like them. Quote Link to comment https://forums.phpfreaks.com/topic/102032-desplay-images-from-a-folder/#findComment-522221 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.