Answers for "php no refresh after submit"

PHP
1

php do not refresh page after submit post

// add this code to javascript
<script>
    if ( window.history.replaceState ) {
        window.history.replaceState( null, null, window.location.href );
    }
</script>
Posted by: Guest on January-25-2021

Code answers related to "php no refresh after submit"

Browse Popular Code Answers by Language