Re: [PHP-DB] Inventory Management for ecommerce store

2004-05-22 Thread Matt
>From: "Aaron Wolski" <[EMAIL PROTECTED]> Friday, May 21, 2004 12:21 PM > Subject: RE: [PHP-DB] Inventory Management for ecommerce store > > All cart records are stored to the database with a timestamp. On each > call to the cart_script, I check to see if any re

RE: [PHP-DB] Inventory Management for ecommerce store

2004-05-21 Thread Aaron Wolski
> -Original Message- > From: Matt Schroebel [mailto:[EMAIL PROTECTED] > > What if I abandon my cart? Are you using transactions to make sure all > updates are atomic? All cart records are stored to the database with a timestamp. On each call to the cart_script, I check to see if any re

RE: [PHP-DB] Inventory Management for ecommerce store

2004-05-21 Thread Aaron Wolski
have it setup is obviously not working :( Can ANYONE see where my logic is flawed? Thanks! Aaron > -Original Message- > From: Hutchins, Richard [mailto:[EMAIL PROTECTED] > Sent: May 21, 2004 11:49 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Inventory Management for ecom

RE: [PHP-DB] Inventory Management for ecommerce store

2004-05-21 Thread Hutchins, Richard
t [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 11:42 AM > To: Aaron Wolski; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Inventory Management for ecommerce store > > > > From: "Aaron Wolski" <[EMAIL PROTECTED]> Friday, May > 21, 2004 10:52 > AM >

Re: [PHP-DB] Inventory Management for ecommerce store

2004-05-21 Thread Matt
> From: "Aaron Wolski" <[EMAIL PROTECTED]> Friday, May 21, 2004 10:52 AM > Subject: [PHP-DB] Inventory Management for ecommerce store > I'm looking for some advise/login on developing an Inventory Management > system for an ecommerce store and what pitfalls one needs to be on the > lookout for.