Re: [PHP-DB] SELECTing a date range from a table

2002-08-04 Thread Jason Wong
On Sunday 04 August 2002 11:33, Chase Knott wrote: I am a newbie. There, I said it! *gryn* Maybe someone here can help me out... I am trying to figure out how to select a range of dates from my table to be used in a dynamic page. I know it is something simple, but I just can't seem to

Re: [PHP-DB] SELECTing a date range from a table

2002-08-04 Thread Chase Knott
Oh sure... Use logic!!! I am using a MySQL database that has 4 columns, right now, they are all set to VARCHAR since I was getting errors trying to make them date fields. The column names are vendor, edate, cdate, and fname. I want to pull all entries in the database where cdate is

[PHP-DB] SELECTing a date range from a table

2002-08-03 Thread Chase Knott
I am a newbie. There, I said it! *gryn* Maybe someone here can help me out... I am trying to figure out how to select a range of dates from my table to be used in a dynamic page. I know it is something simple, but I just can't seem to find anything. Any help would be great. Thanks!!