Re: [PHP] sorting a csv text file in PHP

2001-02-15 Thread Richard Lynch
> Hi list, > I have a csv text file that looks like this: > > Mike,1,Monday 12th of February 2001 02:14:09 PM > Bob,3,Monday 12th of February 2001 02:14:17 PM > Marry,2,Monday 12th of February 2001 02:16:38 PM > > I'm trying to get it to sort by the 2nd value (number > descending and to show only

[PHP] sorting a csv text file in PHP

2001-02-12 Thread Mike Mike
Hi list, I have a csv text file that looks like this: Mike,1,Monday 12th of February 2001 02:14:09 PM Bob,3,Monday 12th of February 2001 02:14:17 PM Marry,2,Monday 12th of February 2001 02:16:38 PM I'm trying to get it to sort by the 2nd value (number descending and to show only the top two high