Home > Backend Development > PHP Problem > How to delay jump in php header

How to delay jump in php header

藏色散人
Release: 2023-03-13 11:10:02
Original
4894 people have browsed it

How to implement delayed jump of php header: 1. Create a PHP sample file; 2. Implement delayed jump through "header("Refresh:5;url=index.php");" That’s it.

How to delay jump in php header

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

How to delay the jump of php header?

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

The code is as follows:

header("Refresh:5;url=index.php");
Copy after login
  • header( ) function sends raw HTTP headers to the client.

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to delay jump in php header. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template