This is a discussion on Re: [PHP] File ordering within the PHP General forums, part of the PHP Programming Forums category; * Thus wrote Katherine Barry (katherine@manaiakoru.com): > I am doing a 'readdir' on a subdirectory. I did my file ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* Thus wrote Katherine Barry (katherine@manaiakoru.com):
> I am doing a 'readdir' on a subdirectory. I did my file naming counting on > it ordering based on numbering... But when I do the readdir it isn't doing > it. My naming convention 002_2003_66.jpg would indicate the 66th picture for > the month of Feb in 2003. This gave me automatic sorting. So I thought. But hmm.. this wont sort properly: 002_2003_66.jpg 002_2004_66.jpg 003_2003_66.jpg Use YEAR_MONTH_NUMBER.jpg also, 002_2003_123.jpg 002_2003_66.jpg Isn't entirely what you want. Curt -- "I used to think I was indecisive, but now I'm not so sure." |