How do I pause a page for a certain amount of seconds before redirecting the user to another HTML/PHP page using PHP?
The other 2 options are a Javascript redirect using setTimeout() or a meta refresh tag with a timeout.