RE: Building a Shopping Cart with MySQL

2002-05-29 Thread BUNTER MATTHEW
Matt --- 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 tryi

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

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 t

Building a Shopping Cart with MySQL

2002-05-29 Thread emballantine
Hi, I am new to this list and new to mySQL and PHP so please excuse the simplicty of my questions. Is it possible to create your own shopping cart program with just mySQL and PHP? Right now I am building a database for my companies new web page. I am looking to build an e-commerce site, but I pr