Re: [PHP-DB] Database Sorting by date

2002-04-05 Thread Ron Allen
ql command prompt: what is the result? > > -Original Message- > From: Allen, Ronald L CIV [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 8:41 AM > To: Rick Emery > Subject: RE: [PHP-DB] Database Sorting by date > > > The query fails when I try to loo

RE: [PHP-DB] Database Sorting by date

2002-04-04 Thread Rick Emery
]] Sent: Thursday, April 04, 2002 8:41 AM To: Rick Emery Subject: RE: [PHP-DB] Database Sorting by date The query fails when I try to look at a month it says "Query Failed" >Ronald L. Allen (MCSE NT, MCP, CCNA) SR. LAN/WAN Administrator >SFOR - Hungary, Croatia >[EMAIL

RE: [PHP-DB] Database Sorting by date

2002-04-04 Thread Rick Emery
Ron, What problem are you having? I'm looking at your code, and it's so clean, I could eat off of it. My only suggestion would be that $month will NEVER == "NULL". If you are testing for NULL, the test is: if ($month == NULL ) Second, $month will be assigned a value, so it will never be NULL e