Does any one have any good suggestions on preventing users from refreshing pages,
***************problem*************
I have scripts that run SQL statements, after the script is run the user is redirected to anther page, however if the user clicks the back button on the browser and refreshes the page the script is recompiled and errors are displayed i.e. PRIMARY KEY VIOLATIONS etc.....
What is a good solution to prevent this type of activity?