php不跳转页面的解决办法:1、改用javascript实现跳转,语句为“echo "<script>location='/manage'</script>";
”;2、设置编码为“utf-8”。
推荐:《PHP视频教程》
1、跳转页面你可以用javascript 试试。
echo "<script>location='/manage'</script>";2、编码问题,在最前面写上
header("Content-type: text/html; charset=utf-8");以上就是php不跳转页面怎么办的详细内容!
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did54972
php不跳转页面怎么办
阅读:35次