In my shopping cart application i need to pass group of values including product id while addingproducts to the cart so how to use multi dimensional array with sessions for this use.
For example i have used like $_SESSION['x'][$i]['produc
t_id'];,$_
SESSION['x
'][$i]['qu
antity'] and so on..i am facing the problem while removing a product from cart.
Start Free Trial