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

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -