I have a page which redirects a user after 10 seconds with the following code.
header("Refresh: 2; url=$your_url");
Remember not to put any html content before the header.