[PHP] Multiple choices for e-cart

2003-06-17 Thread César Aracena
Hi all, I'm about to start developing the PHP and MySQL coding and designing to make a web site with hundreds or maybe thousands of products, which will be sold through the Internet (I hope :). The products (most of them) have different sizes and/or colors to choose from and each selection will

Re: [PHP] Multiple choices for e-cart

2003-06-17 Thread daniel
ok each product could have a category but also a group attatched to it, so each group red, blue, green has an id so each product is joined to a group with the primary key of the group like products.php?productID=1groupID=1 for red products.php?productID=1groupID=2 for blue etc ... and for