Home  >  Article  >  Backend Development  >  PHP page jump method to achieve delayed jump

PHP page jump method to achieve delayed jump

墨辰丷
墨辰丷Original
2018-05-29 16:07:481902browse

This article mainly introduces the method of delaying jump by PHP page jump. Interested friends can refer to it. I hope it will be helpful to everyone.

When php uses header redirection, you can set a delayed jump.

The code is as follows:

header("Refresh:5;url=index.php");

The above is the entire content of this article, I hope it will be helpful to everyone's study.


##Related recommendations:

Automatic jump/timing jump code for web pages_html/css_WEB-ITnose

php jumps to the corresponding web page according to the user language, php language jumps accordingly

php jumps to the corresponding web page according to the user language, php language jumps accordingly_PHP tutorial

The above is the detailed content of PHP page jump method to achieve delayed jump. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn