location='/manage'";"; 2. Set the encoding to "utf-8" ."/> location='/manage'";"; 2. Set the encoding to "utf-8" .">

Home  >  Article  >  Backend Development  >  What should I do if php does not jump to the page?

What should I do if php does not jump to the page?

藏色散人
藏色散人Original
2020-08-08 09:08:203769browse

Solution for php not to jump to the page: 1. Use javascript instead to implement the jump, and the statement is "echo "3f1c4e4b6b16bbbd69b2ee476dc4f83alocation='/manage'2cacc6d41bbb37262a98f745aa00fbf0";
" ;2. Set the encoding to "utf-8".

What should I do if php does not jump to the page?

Recommended: "PHP Video Tutorial"

1. You can try using javascript to jump to the page.

 echo "<script>location=&#39;/manage&#39;</script>";

2. For coding issues, write

header("Content-type: text/html; charset=utf-8");
at the front

The above is the detailed content of What should I do if php does not jump to the page?. 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