SCook Posted July 20, 2006 Share Posted July 20, 2006 Hi all.Here's my dilemma. I am doing a readdir to retrieve a list of filenames. The filenames are like this: 00.jpg .... 09.jpg and so on. Now, what I get from the while loop and the readdir is something like: 02.jpg,05.jpg,00.jpg,01.jpg and so on. This is no good, how can I get it to read in order? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/15156-sorting-filenames-froma-readdir/ Share on other sites More sharing options...
trq Posted July 20, 2006 Share Posted July 20, 2006 You may find it easier to use [url=http://php.net/scandir]scandir[/url]() instead. Quote Link to comment https://forums.phpfreaks.com/topic/15156-sorting-filenames-froma-readdir/#findComment-61071 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.