Refresh Page
Just a quick note on how to refresh a page automatically.
The easiest way to refresh a page is to use the meta refresh tag like this:
<meta http-equiv=“refresh” content=“5;url=http://example.com/” />
You can set the value “5″ to how ever long you want it to take before refreshing the page.