foochuck Posted April 25, 2008 Share Posted April 25, 2008 I'm trying to setup a PHP script that will read images from folders I select on my website - the names (foo.jpg) and count (29 images total) are most important. Can anyone lend me a hand with this one? FOO Link to comment https://forums.phpfreaks.com/topic/102971-read-images-from-select-web-folders/ Share on other sites More sharing options...
hitman6003 Posted April 26, 2008 Share Posted April 26, 2008 http://www.php.net/class.dir Link to comment https://forums.phpfreaks.com/topic/102971-read-images-from-select-web-folders/#findComment-527502 Share on other sites More sharing options...
AndyB Posted April 26, 2008 Share Posted April 26, 2008 You might like glob() as well - http://ca.php.net/manual/en/function.glob.php - example 1 is helpful Link to comment https://forums.phpfreaks.com/topic/102971-read-images-from-select-web-folders/#findComment-527508 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.