Prevent form resubmission alert POST method PHP
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=7tvlnFnm8kc
When you submit a form with a POST request and if you refresh that page, you will see an alert that says Confirm form resubmission which is not good for the user experience. You cannot use the GET method because it will make the URL look bad. • So using this technique, you can achieve both. Submit the form without making the URL bad, and prevent the form resubmission alert. • Download source code: • https://adnan-tech.com/prevent-form-r...
#############################
