Re: [PHP] Shopping cart question

2010-11-07 Thread Nathan Nobbe
On Fri, Nov 5, 2010 at 5:51 PM, Tommy Pham wrote: > > -Original Message- > > From: Nathan Nobbe [mailto:quickshif...@gmail.com] > > Sent: Friday, November 05, 2010 11:40 AM > > To: Jack > > Cc: PHP > > Subject: Re: [PHP] Shopping cart question >

RE: [PHP] Shopping cart question

2010-11-05 Thread Tommy Pham
> -Original Message- > From: Nathan Nobbe [mailto:quickshif...@gmail.com] > Sent: Friday, November 05, 2010 11:40 AM > To: Jack > Cc: PHP > Subject: Re: [PHP] Shopping cart question > > On Fri, Nov 5, 2010 at 12:30 PM, Jack wrote: > > > Hello All, >

RE: [PHP] Shopping cart question

2010-11-05 Thread Jack
On Fri, Nov 5, 2010 at 12:30 PM, Jack wrote: Hello All, I'm looking to build a DB with items that are considered more of a catalog on one side of a website, and then provide those same items including the same images, descriptions etc. to a shopping cart. I don't want to re-invent all of the b

Re: [PHP] Shopping cart question

2010-11-05 Thread Nathan Nobbe
On Fri, Nov 5, 2010 at 12:30 PM, Jack wrote: > Hello All, > > > I'm looking to build a DB with items that are considered more of a catalog > on one side of a website, and then provide those same items including the > same images, descriptions etc. to a shopping cart. > > I don't want to re-invent

Re: [PHP] shopping cart question

2002-03-02 Thread Mika Tuupola
On Fri, 1 Mar 2002, Jon Feldhammer wrote: > The way I see it, there are three options for maintaining state in php. > I've already taken the route of keeping a random session id and putting it > into a database to track a user/cart. So the only variable i need to track > is the session id. The