How to implement page jump in php without using js

怪我咯
Release: 2023-03-13 09:52:02
Original
1597 people have browsed it

In most cases, js is used for page jumps. In fact, it does not need to be used. The following is an introduction to the specific implementation. Friends who need it can refer to

When page jumps

Generally use js

window.location.href

Of course you can also use

The code is as follows :

<html> 
<head> 
<meta http-equiv="refresh" content="0;url=http://www.baidu.com"> 
<title></title> 
</head> 
<body> 

</body> 
</html>
Copy after login

The value of content is the jump delay

The above is the detailed content of How to implement page jump in php without using js. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!