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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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