PHP and MySQL Shopping Cart Tutorial – Using SESSIONS To Store Cart Data
Previously, we learned how to build a Shopping Cart with PHP & MySQL where we used a database to store cart items. Today, we will learn another version of it. We will use PHP session variables to store cart items.