I can't get...
<?php
header( "Refresh: 5; URL=http://www.mywebsite.com" );
?>
...working in Internet Explorer (damn you!).
It works great in Chrome and if I use...
header("Location: http://www.mywebsite.com");
...it works in both, but I get no delay.