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/"); ?>
2.1m questions
2.1m answers
60 comments
57.0k users