Your shopping cart contains:

"; foreach($_SESSION as $key=>$value){ if($value>0) echo "$key Qty: $value
"; } echo "

"; session_destroy(); ?>