Showing posts with label redirect page. Show all posts
Showing posts with label redirect page. Show all posts

Tuesday, November 8, 2016

Reload refresh current url or redirect to another url using php script

Refresh/reload current page:
header("Refresh:0");

Or you can redirected to another page using:
header("Refresh:0; url=another-page.php");