I store item_id and qty into an array ($_SESSION[item_id] & $_SESSION[qty]), but I have a big problem.
When I add the first item and trying to add one more, the second one deletes the first and takes its place.
Please tell me some suggestions to solve this problem! SOS!!!