pneudralics Posted September 8, 2009 Share Posted September 8, 2009 I eventually want to create a script for php to look through the image folder and all the subfolders of image and create thumbnails for everything under the image folder. I need someone to point me the correct direction for php to search through all folders under the image. Thanks. Link to comment https://forums.phpfreaks.com/topic/173556-how-can-i-tell-php-to-look-through-a-folder-and-subfolders/ Share on other sites More sharing options...
zq29 Posted September 8, 2009 Share Posted September 8, 2009 This section of the manual should point you in the right direction. Consider using a couple of these functions recursively. http://uk3.php.net/manual/en/ref.filesystem.php Link to comment https://forums.phpfreaks.com/topic/173556-how-can-i-tell-php-to-look-through-a-folder-and-subfolders/#findComment-915099 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.