so you're on page1.php, and you want it to go to page2.php, then page3.php? right?
on page1.php:
header("page2.php");
on page2.php:
header("page3.php");
and you can use sleep("X"); before header() to delay redirection. Just replace X with the amount of seconds