I was just wondering if there is a function to clear $_POST values?
I have an application that saves and previews. It is setup so the form fields maintain the $_POST value on submit for the preview function. This causes a problem though when you save because the fields remain set to the $_POST values.
I would like to be able to leave the values there on preview but clear them when the info is saved. Is this possible?