I use the following code to refresh a pge:
Now that code does refresh the page after 5 seconds. But it doesn't keep refreshing the page. Why is this and what can I do about it?PHP Code:<META HTTP-EQUIV="Refresh" CONTENT="5;URL=<? echo $_SERVER['PHP_SELF']; ?>#bottom">
