Re: SV: [PHP-DB] Query construction (again)

2001-08-23 Thread Russ Michell
PROTECTED] [mailto:[EMAIL PROTECTED]]For Russ Michell > > Skickat: den 23 augusti 2001 11:46 > > Till: Gremlins Mailing List > > Kopia: [EMAIL PROTECTED] > > Amne: Re: [PHP-DB] Query construction (again) > > > > > > (Apologies for cross-postings here but I

SV: [PHP-DB] Query construction (again)

2001-08-23 Thread Torgil Zechel
PROTECTED] > Amne: Re: [PHP-DB] Query construction (again) > > > (Apologies for cross-postings here but I lost a php-db list > members personal email address..) > > I need a query that in English would read something like: > > "Select all records from table: 'items

Re: [PHP-DB] Query construction (again)

2001-08-23 Thread Russ Michell
ssage - > From: Russ Michell <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 22, 2001 10:16 PM > Subject: [PHP-DB] Query construction (again) > > > > Hey there folks - similar problem - different project! > > > > I

Re: [PHP-DB] Query construction (again)

2001-08-22 Thread Jason Wong
- Original Message - From: Russ Michell <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 10:16 PM Subject: [PHP-DB] Query construction (again) > Hey there folks - similar problem - different project! > > I want to select some records

Re: [PHP-DB] Query construction (again)

2001-08-22 Thread Gremlins Mailing List
- Original Message - From: Russ Michell <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 10:16 PM Subject: [PHP-DB] Query construction (again) > Hey there folks - similar problem - different project! > > I want to select some records

[PHP-DB] Query construction (again)

2001-08-22 Thread Russ Michell
Hey there folks - similar problem - different project! I want to select some records for a period of 7days after their insert [dateFrom] date. Last time I asked you guys for help I was helped toward the following solution: $sql = "SELECT * FROM $Tpostings WHERE now()>=dateFrom AND now()http://ww