Re: [PHP] Shopping cart question

2010-11-07 Thread Nathan Nobbe
On Fri, Nov 5, 2010 at 5:51 PM, Tommy Pham tommy...@gmail.com 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 On Fri, Nov 5, 2010 at 12:30 PM

[PHP] Shopping cart question

2010-11-05 Thread Jack
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 basic shopping cart functionality and I'm not

Re: [PHP] Shopping cart question

2010-11-05 Thread Nathan Nobbe
On Fri, Nov 5, 2010 at 12:30 PM, Jack jacklistm...@gmail.com 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

RE: [PHP] Shopping cart question

2010-11-05 Thread Jack
On Fri, Nov 5, 2010 at 12:30 PM, Jack jacklistm...@gmail.com 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: [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 jacklistm...@gmail.com wrote: Hello All, I'm looking to build

[PHP] Shopping cart question and FREE HOSTING OFFER

2003-03-18 Thread Ryan A
Hi people, I want to setup a shopping cart for an ecom site which sells baby clothese but I dont know which to pick, Agora or OSCommerce? any help appreciated, if possible please tell me why you picked the one you pick too... FREE HOSTING. . Reciently I have

[PHP] Shopping cart question and FREE HOSTING OFFER

2003-03-18 Thread Ryan A
Hi people, I want to setup a shopping cart for an ecom site which sells baby clothese but I dont know which to pick, Agora or OSCommerce? any help appreciated, if possible please tell me why you picked the one you pick too... ?php FREE HOSTING. ? . Reciently I

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 three

[PHP] shopping cart question

2002-03-01 Thread Jon Feldhammer
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 three options I know of then are: 1 Putting the