Refresh page with PHP function header()
In my past post Redirect page using PHP function header(), I talked about how to redirect page with header() function. To refresh a page, I could think of using the same function, just redirect the page to itself, and it has the refresh effect. Continue Reading →

