When php uses header redirection, you can set a delayed jump. The code is as follows:
header("Refresh:5;url=index.php");
http://www.bkjia.com/PHPjc/477990.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/477990.htmlTechArticleWhen php uses header redirection, you can set a delayed jump. The code is as follows: header(Refresh: 5;url=index.php);...