HTML:
<meta HTTP-EQUIV="refresh" content="0; URL=http://www.php.net/">

PHP:
header("Location: http://www.php.net/");

JS:
setTimeout("window.location.replace("http://www.php.net/");", 0);