RE: [PHP-DB] Re: Query and Date problem

2001-08-15 Thread Jeff Oien
> "Jeff Oien" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I want to retrieve the last 15 days of data from a certain time but > > not today's. I have this but it's still giving me today's data: > > > > $today = date("Y-m-d"); > > $sql = "SELECT volume, d

[PHP-DB] Re: Query and Date problem

2001-08-15 Thread Hugh Bothwell
"Jeff Oien" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I want to retrieve the last 15 days of data from a certain time but > not today's. I have this but it's still giving me today's data: > > $today = date("Y-m-d"); > $sql = "SELECT volume, date, time, id