RE: Building a Shopping Cart with MySQL

2002-05-30 Thread BUNTER MATTHEW
--- Date: Wed, 29 May 2002 12:06:35 -0500 Subject: RE: Building a Shopping Cart with MySQL [snip] Is it possible to create your own shopping cart program with just mySQL and PHP? [/snip] Yep. [snip] 1) I am trying

RE: Building a Shopping Cart with MySQL

2002-05-29 Thread Jay Blanchard
[snip] Is it possible to create your own shopping cart program with just mySQL and PHP? [/snip] Yep. [snip] 1) I am trying to build my own shopping cart. When building an orders database, is it possible to make room for an infinite number of items in the order? [/snip] Ideally you should have

RE: Building a Shopping Cart with MySQL

2002-05-29 Thread olinux
You might find this article helpful Building an E-Commerce Site Part 1: Building a Product Catalog http://www.devshed.com/Server_Side/PHP/Commerce/Commerce1/page1.html olinux --- Jay Blanchard [EMAIL PROTECTED] wrote: [snip] Is it possible to create your own shopping cart program with