How do I redirect to another page after 5 minutes using PHP?
If you really want to use PHP for this, here you go:
<?php header("Refresh: 300; URL=http://www.stackoverflow.com/"); ?>
1.4m articles
1.4m replys
5 comments
57.0k users