好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

php跳转失败怎么办

php跳转失败的解决办法:1、使用js代码“<script>location='/manage'</script>”;2、添加代码“header("Content-type: text/html; charset=utf8);”。

推荐:《PHP视频教程》

问题代码:

1、跳转页面你可以用javascript 试试。。 echo "<script>location='/manage'</script>";

2、编码问题,在最前面写上 header("Content-type: text/html; charset=utf-8");

以上就是php跳转失败怎么办的详细内容!

查看更多关于php跳转失败怎么办的详细内容...

  阅读:47次