In many of the forums i have observed that , we can re direct the page like
thanks for logging in u will be redirected in 5 secs
and eventually the 5 secs decreases to 0 and the page gets redirected.
In my php code i could redirect the page simply through
header("Location: http://www.MyWebPage.com/");
How do i show the seconds and finally redirect.