location='/manage'";"; 2. Set the encoding to "utf-8" ."/> location='/manage'";"; 2. Set the encoding to "utf-8" .">
Home >Backend Development >PHP Problem >What should I do if php does not jump to the page?
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".
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");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!