php redirect to another page after 5 seconds code example
Example 1: php redirect in seconds
header("refresh:5;url=wherever.php");
Example 2: how to redirect to another page in php automatic after 2 second
<meta http-equiv="refresh" content="5;url=http://thisinterestsme.com/detecting-ajax-requests-with-php/">