i a creating a shoppy trolley using sessions
i am reading information from a database into a table(list of products possible to buy) each colunm of the table shows different info e.g name, price etc and there is a different product in each row
what is the best way to select an item from the table and put it in to the cart?
also if a product has several pieces of information e.g name, price etc, how do you using sessions send the information across and display in a table (the same format as above)