Add a line into your page such as:
print("<meta http-equiv='refresh' content='0; url=default.php'>");
Change the zero to whatever time you need e.g 10 = 10 seconds
You can use this instead of the header() function on any page where you need a redirect as well.
Hope this helps
Jon Bertsch