Re: Deleting records from database after 5 days

2001-05-19 Thread Carl Jolley
On Sat, 19 May 2001, Mauricio Lairet P. wrote: > Hi! > > I'm new to this. I am doing a system shoppingcart-like system that works > like this: > > When a user buys anything, we must give him up to 5 days to make the > payment. If within those 5 days, the user has not completed the payment, the >

Deleting records from database after 5 days

2001-05-18 Thread Mauricio Lairet P.
Hi! I'm new to this. I am doing a system shoppingcart-like system that works like this: When a user buys anything, we must give him up to 5 days to make the payment. If within those 5 days, the user has not completed the payment, the order record must automatically be deleted from the database.