Code: Select all
<?php
$_SESSION["cart"] = array( "Product_ID" => $_POST['Product_ID'],
"short_desc" => $_POST['short_desc'],
"style_ID" => $_POST['style_color'],
"price_ID" => $_POST['qty_price'],
"parts" => $_POST['parts']
);
?>