header(jquery mobile中的位置不起作用

时间:2013-03-20 12:01:53

标签: php jquery-mobile

我遇到了标题(“location:index.php”)的问题,如果我使用jquery mobile,那么该页面不会是index.php 有解决方案吗? 谢谢

3 个答案:

答案 0 :(得分:1)

data-ajax="false"放入FORM

的属性中

答案 1 :(得分:0)

我认为 Header 电话不是问题。

看看这是否可以帮助您找到问题。

PHP header() and jquery mobile

答案 2 :(得分:0)

如果在调用函数之前有任何输出,则

头函数不起作用。 它应该在页面的顶部,如果你不能把它放在页面中的doctype声明之前,你可能会破坏php代码并输入html并重定向如下:

//php code
?>
<meta http-equiv="refresh" content="0;URL='//URLAddrEss'">
<?php
// continue php code

如果您使用的是javascript,也可以使用javascript重定向。