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

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -