Soldato
- Joined
- 5 Dec 2003
- Posts
- 2,716
- Location
- Glasgow
Hey, I have a webpage to add some data to a mysql database, I am sending this info using POST, the info is sent to the same webpage where it is submitted, the page is just reloaded really.
Trouble is when I hit F5 it wants to resend the POST data which would create duplicate records which I don't want. Is there a way to reset the POST values so the page can be refreshed by the user as they wish without resending any POST data?
Trouble is when I hit F5 it wants to resend the POST data which would create duplicate records which I don't want. Is there a way to reset the POST values so the page can be refreshed by the user as they wish without resending any POST data?