I have a link and when the user clicks it, it takes them as follows:
header('Location: www.mysite.com/part2.php');
I would instead like to take the user to part1.php for a couple of seconds before taking them to part2.php. User clicks, part1.php is visited for a few seconds, then part2.php is visited. part1.php is used as a gateway so it somehow has to know the request came from the link to pass over to part2.php Is this possible?