location='/manage'"; 2. Add code "header("Content-type: text/html; charset=utf8); "."/> location='/manage'"; 2. Add code "header("Content-type: text/html; charset=utf8); ".">
Home > Article > Backend Development > What to do if php jump fails
Solution to PHP jump failure: 1. Use js code "<script>location='/manage'</script>"; 2. Add code "header("Content-type: text /html; charset=utf8);".
Recommended: "PHP Video Tutorial"
Question code:
1. You can try using javascript to jump to the page. echo "<script>location='/manage'</script>";
2. For encoding issues, write header("Content-type: text/html; charset=utf-8");
The above is the detailed content of What to do if php jump fails. For more information, please follow other related articles on the PHP Chinese website!