Greenie Posted December 13, 2006 Share Posted December 13, 2006 I want to be able search a folder on my server, return the names of each sub folder and then search each subfolder for a text file, a swf file and an XML file. To illustrate:Folder - Subfolder - .txt - .swf - .xml - Subfolder - .txt - .swf - .xmlSo, for each subfolder I want four values returned: subfolder name, txt file name, swf file name and xml file name. I would appreciate a link to a tutorial or some search terms you found productive (nothing I've tried has turned up with anything yet).Thanks, Greenie. Link to comment https://forums.phpfreaks.com/topic/30459-return-the-name-of-all-text-files-swf-files-and-xml-files-in-directory/ Share on other sites More sharing options...
simcoweb Posted December 13, 2006 Share Posted December 13, 2006 http://www.hotscripts.com/PHP/Tips_and_Tutorials/File_Manipulation/index.html Link to comment https://forums.phpfreaks.com/topic/30459-return-the-name-of-all-text-files-swf-files-and-xml-files-in-directory/#findComment-140262 Share on other sites More sharing options...
Greenie Posted December 13, 2006 Author Share Posted December 13, 2006 Thank you very much, simcoweb. I've never come across www.hostscripts.com before. It has a lot of good stuff on here, including some tutorials that may help me. Link to comment https://forums.phpfreaks.com/topic/30459-return-the-name-of-all-text-files-swf-files-and-xml-files-in-directory/#findComment-140304 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.