I'm looking for some kind of tutorial that can help me build a simple, lightweight PhP/MySQL driven shopping cart.
My site uses PhP to display products from an SQL database. The products are in a table with the fields: product_id, category, name, price, number_on_hand, and description...