Code:<?php $page = $_SERVER['PHP_SELF']; $sec = "60"; header("Refresh: $sec; url=$page"); ?>
Code:<?php $page = $_SERVER['PHP_SELF']; $sec = "60"; header("Refresh: $sec; url=$page"); ?>
Dave
Always wear safety glasses while programming.
Not having much luck with the code but thanks for sharing.
Sphere.
I miss read your question. The code I gave was for a server with PHP.
The code below will cause the browser to re-load the page every 30 seconds, if the content has changed on the WIZ server it will be displayed.
Put this in the header of the web page.
Code:<meta http-equiv="refresh" content="30">
Dave
Always wear safety glasses while programming.
Thanks for the code. Works like a champ.
Sphere
Ive added this to it to goto a specific url- <meta http-equiv="refresh" content="60;url=http://YOUR-SITE-HERE.com/">
Last edited by Sphere; - 21st February 2013 at 20:55.
Bookmarks