I am inserting records into my mysql database after submitting from a certain form. The form submission goes to a page which handles the insert query and then the page redirects to another.
Of course, when you click back when you're at the final page mentioned above, you get a Page Expired warning, because information for that page was submitted using a form. However, I don't want there to be anyway to refresh this page with the form data, because when the data is re-posted, it will automatically re-add this record.
Is there anyway to bypass this expired page and automatically redirect to somewhere else?