Answers for "php redirect after a timeout"

PHP
0

php redirect after specific seconds

header("url=thepage.php;refresh:3");
exit();
// The user will be redirected after 3 seconds to thepage.php
Posted by: Guest on June-14-2021

Browse Popular Code Answers by Language