Here is the basic concept: - Create a database of products. - Display products on web site - Create an "Add to Cart" button. The function of this button is to store the ProductID and Quantity in a SESSION variable. - Create a check out button: Read the SESSION variable, and charge user accordingly. I'm over simplifying a bit but you wanted simple.