in reply to Sorting an array by dates in a field...
I think what you explained is not, in fact, what you have. You describe a file that has three bits of information in it: one date, one id, and one title. You assign this to an array such that element zero is $date, one is $id, and two is $title.
This is clearly not the case, or there would be no sorting to do! :-) Could you post your code (remember to surround your code with <code> tags) and some sample data?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sorting an array by dates in a field...
by Speedfreak (Sexton) on Jul 07, 2001 at 03:25 UTC |