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);
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);
think simple think ringo