Re: [PHP-DB] Garbage Collection

2001-02-03 Thread php3
Addressed to: Nashirak Bosk <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Nashirak Bosk <[EMAIL PROTECTED]> Sat, 03 Feb 2001 04:05:07 -0500 > > I am writing a PHP script that accesses a MYSQL database when the > adminstrator (the client) wants to add something to a ca

Re: [PHP-DB] Garbage Collection

2001-02-03 Thread phobo
Assuming one of the fields in the row of timedate type, you can just do DELETE FROM table WHERE datefield BETWEEN #date# AND #otherdate# #date# can be something old like 1980-01-01 and #otherdate# is simply 28 dayes ago... See mktime() Siggy - Original Message - From: "Nashirak Bosk"