Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created September 17, 2013 19:06
Show Gist options
  • Save greyaperez/6599173 to your computer and use it in GitHub Desktop.
Save greyaperez/6599173 to your computer and use it in GitHub Desktop.
Auto Refreshes Current Page
// AUTO REFRESH (Every 3 secs)
echo '<meta http-equiv="refresh" content="3;url=http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].'">';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment