Answers for "php prevent page refresh"

PHP
0

resubmit on refresh php

<script>
    if ( window.history.replaceState ) {
        window.history.replaceState( null, null, window.location.href );
    }
</script>
Posted by: Guest on January-05-2021

Code answers related to "php prevent page refresh"

Browse Popular Code Answers by Language