RE: [PHP] Date Sorting

2003-10-01 Thread Greg Wiley
> -Original Message- > From: Greg Wiley [mailto:[EMAIL PROTECTED] > > > -Original Message- > > From: Jason Wong [mailto:[EMAIL PROTECTED] > [problem snipped] > > > > Incorporate whatever sorting info you need into the value of the > > checkbox. > > > >> name="Dec 2

RE: [PHP] Date Sorting

2003-10-01 Thread Greg Wiley
> -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED] [problem snipped] > > Incorporate whatever sorting info you need into the value of > the checkbox. > > name="Dec 28 am" > value=""> > Thanks, someone else suggested this and I think this is the met

Re: [PHP] Date Sorting

2003-10-01 Thread Jason Wong
On Wednesday 01 October 2003 21:18, Greg Wiley wrote: > Apologies if this has been asked before but I couldn't find > anything on google or any of the PHP code sites that quite fits my > requirements. Here's the problem: > > I have a form which presents the user with a table of dates with > checkbo

Re: [PHP] Date Sorting

2003-10-01 Thread Ray Hunter
Try using any of the sort functions: sort asort arsort ksort krsort ... That should get you started. -- Ray On Wed, 2003-10-01 at 07:18, Greg Wiley wrote: > Apologies if this has been asked before but I couldn't find > anything on google or any of the PHP code sites that quite fits my > requi