Hi,
I am looking for a way to have a page that load. A little delay. Then load another page.
obviously the first page is loaded so I can't this:
header("Location: http://domain.tld/page.php");
But this is the only redirect method that keeps coming up.
Any other trick to just simply send someone on another page, even once the first page is loaded?
Thanks
HH
I am looking for a way to have a page that load. A little delay. Then load another page.
obviously the first page is loaded so I can't this:
header("Location: http://domain.tld/page.php");
But this is the only redirect method that keeps coming up.
Any other trick to just simply send someone on another page, even once the first page is loaded?
Thanks
HH