Kirim ulang pada Refresh PHP

<script>
    if ( window.history.replaceState ) {
        window.history.replaceState( null, null, window.location.href );
    }
</script>
Tame Teira