php script to stay for few second in some page and redirect -
is there way make page display few seconds in php , redirect page ?
the meta redirect want, can in php too, this:
<?php header("refresh: 10;url=http://www.yourdestination.com/"); ?>
where 10 number of seconds wait.
Comments
Post a Comment