I've got a simple shopping cart system that doesn't use session variables. Instead data is POSTed from another page. On my final page after payment is retrieved, a receipt is displayed, database stuff is done, logfile stuff is done, and e-mails are sent. I want to either be able to clear $_POST data (so a page reload will not duplicate all these transactions) or prevent the page from being reloaded. Any tips on how to do this?
Thanks
Sam
Thanks
Sam