Remove Items From PHP Shopping Cart

Adam Khoury Published : November 21, 2014
Last Edited : November 24, 2025
Author : Adam Khoury
In this 14th video we will learn a simple method for allowing the user to remove cart items from your cart's multidimensional array using unset() and sort(). The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.