Answers for "is there any way that i can auto refresh php pages"

PHP
4

PHP auto refresh page

<?php
    $url1=$_SERVER['REQUEST_URI'];
    header("Refresh: 5; URL=$url1");
?>
Posted by: Guest on June-05-2020

Code answers related to "is there any way that i can auto refresh php pages"

Browse Popular Code Answers by Language