I've reated a PHP shopping cart. If I delete an item from the cart(array) it does so correctly. The re-generated self-posting page does not reflect the change though and is always one stage behind as it were. For example if I have three items in the cart and delete one, the self-posting page still displays three items even though the code re-reads the cookis and so should have the correct amount. The next posting of the page or a refresh via the browser correct this. Does anyone have an ideas how to correct this please? It's driving me nuts - I'd be finished if it wasn't for this.
regards, Graham