<script> setInterval(function() { var xhr = new XMLHttpRequest(); xhr.open('GET', 'update.php', true); xhr.send(); location.reload(); }, 60000); </script>