Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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>
 
PREVIOUS NEXT
Tagged: #php #refresh #page #submit #post
ADD COMMENT
Topic
Name
9+5 =