Hey, I know how to make a page refresh itself after 30 seconds, but is there code to make a page go to another page after 30 seconds? Thanx!
Jason R.
it's the same thing, you have to give a url in the metarefresh - just change it to the page you want.
Yeah, its the same thing as refreshing except change the refresh URL and set the time to 30 seconds.
Instead of writing html code you can send the http header:
header('Refresh: 30; url=anotherscript.php');