is it possible to redirect a page after the server has processed some of it and not just redirect in the header?
I have a page with mutliple modules and when one module does an insert from a form I want it to reload the page after the insert. this way if the user does a refresh it does not try to do an insert again. because the site is in modules i do not want to have to put all insert/update code in the main index file before the header starts.
if this is not possible, is there a way to make it so a person can refresh and it will not try to do an insert twice?
TIA