M
Marc Bishop
Hi can anyone help?
I'm making a shopping cart and am stuck on removing an item from my array?
The array is made :
cArray(ITEM_NAME,cItem) = ProductName
cArray(ITEM_PRODUCTID,cItem) = ProductID
cArray(ITEM_SIZE,cItem) = Size
cArray(ITEM_PRICE,cItem) = ProductPrice
cArray(ITEM_QUANTITY,cItem) = Qty
Then the cart is added to a session.
My question is how do i remove an item from the middle of this array?
Any help at all would be much appreciated
Thanks
Mike
I'm making a shopping cart and am stuck on removing an item from my array?
The array is made :
cArray(ITEM_NAME,cItem) = ProductName
cArray(ITEM_PRODUCTID,cItem) = ProductID
cArray(ITEM_SIZE,cItem) = Size
cArray(ITEM_PRICE,cItem) = ProductPrice
cArray(ITEM_QUANTITY,cItem) = Qty
Then the cart is added to a session.
My question is how do i remove an item from the middle of this array?
Any help at all would be much appreciated
Thanks
Mike