i'm creating a e-cart.
i have a problem to update cart. I want to use session array to create cart, but i don't know how to do it.
can some help me to create SESSION ARRAY which can add several data.
$_SESSION = $details;
how to add several data for above array.
please help me??