[PHP-DB] deleting carts

2001-02-24 Thread Nicholas W. Miller
I am developing a shopping cart style e-commerce web site. I have a table called carts that holds users' cart items ... so one user may have several entries in this table: ++--+--+-+-+---+ | Field | Type | Null | Key | Default

Re: [PHP-DB] deleting carts

2001-02-24 Thread Jorge Santos
Subject: [PHP-DB] deleting carts I am developing a shopping cart style e-commerce web site. I have a table called carts that holds users' cart items ... so one user may have several entries in this table: ++--+--+-+-+---+ | Field

Re: [PHP-DB] deleting carts

2001-02-24 Thread Joe Brown
's no reason to create a cron to delete records because you can have the shopping cart script do it automatically... Hope this helps, Jorge [EMAIL PROTECTED] - Original Message - From: Nicholas W. Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 24, 2001 11: