Solution for php not to jump to the page: 1. Use javascript instead to implement the jump, and the statement is "echo "<script>location='/manage'</script>";
" ;2. Set the encoding to "utf-8".
Recommended: "PHP Video Tutorial"
1. You can try using javascript to jump to the page.
echo "<script>location='/manage'</script>";
2. For coding issues, write
header("Content-type: text/html; charset=utf-8");
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!