* Thus wrote Katherine Barry ([EMAIL PROTECTED]):
> 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."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to