I am trying to create a query to list product details about items in a shopping cart.
The cart is based on a multi-dimensional array:
$_SESSION['cart']['item_id']['quantity']
How can I have the query return record details about each item (item_id) in the array?










Bookmarks