PHP Post/Redirect/Get solution is good just for refreshing the page?
What about if the user clicks on the back button twice and resend the form? The only solution I have found is to check in my database if same data is already posted.
Is there any other solution without querying the database?
Thank you in advance!!!