PHP Shopping cart using SESSION variables – part 3
In this post I will show you how to create an effective shopping cart using PHP session variables.
In this post I will show you how to create an effective shopping cart using PHP session variables.
I think this is the last tutorial (Except for the minor fix in next video) Thanks for following this series, and please email me at alex_ishere@hotmail.co.uk for more ideas for tutorials, and i might give them a shot
www.developphp.com In this 10th video we will continue programming the multidimensional array in PHP that is the shopping cart. We will use a SESSION variable to store and remember the cart data as the user browses pages. 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.