Forum Moderators: coopster
$_SESSION['cart'] = array(
style => $style,
width => $width,
height => $height,
price => $price,
position => $position,
open => $open,
control => $control,
cord => $cord,
quantity => $quantity
);
$cart_items = array ($_SESSION['cart']);
echo $cart_items[1][style];