Please help me add some code for my shopping cart

Thank you Erik_J - I’ve tried to add it like this, but it is still not working:

array_splice($_SESSION["cart_array"], $i-1, 1, array(array("item_id" => $pid, "engraving" => $engraving, "quantity" => $each_item['quantity'] + 1)));