sangoku Posted April 4, 2010 Share Posted April 4, 2010 How can i store a result from scandir($dir) and later scope trough the record?? anyone has any idea??? i would like to be able to continue from some location... Quote Link to comment https://forums.phpfreaks.com/topic/197575-how-to-store-the-results-from-scandir/ Share on other sites More sharing options...
Pikachu2000 Posted April 4, 2010 Share Posted April 4, 2010 This just worked for me to store the filenames in the same directory as the script. $dir = array(); $dir = scandir('./'); Quote Link to comment https://forums.phpfreaks.com/topic/197575-how-to-store-the-results-from-scandir/#findComment-1036926 Share on other sites More sharing options...
sangoku Posted April 5, 2010 Author Share Posted April 5, 2010 :'( are you for real? did you even read the question anyway, i solved it XD Quote Link to comment https://forums.phpfreaks.com/topic/197575-how-to-store-the-results-from-scandir/#findComment-1036947 Share on other sites More sharing options...
Pikachu2000 Posted April 5, 2010 Share Posted April 5, 2010 Yeah, I read it. Maybe next time you could be a little (or a lot) clearer when you ask a question, and then not act like a complete ass when someone actually takes the time to reply to your incoherent word salad. Quote Link to comment https://forums.phpfreaks.com/topic/197575-how-to-store-the-results-from-scandir/#findComment-1037001 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.