ThinkPHP3.1.3中的create使用总是提示“表单令牌错误”
主要代码直接复制官方的代码,就是在我本机上测试通不过,难道哪里弄错了?<?phpclassIndexActionextendsAction{publicfunctioni...
主要代码直接复制官方的代码,就是在我本机上测试通不过,难道哪里弄错了?
<?php
class IndexAction extends Action {
public function index() {
if(!empty($_POST['sub'])){
$user=D('User');
if($aaa = $user->create()){
//$this->success('OK');
print_r($aaa);
}else{
$this->error($user->getError());
}
}
$this->display();
}
}
?> 展开
<?php
class IndexAction extends Action {
public function index() {
if(!empty($_POST['sub'])){
$user=D('User');
if($aaa = $user->create()){
//$this->success('OK');
print_r($aaa);
}else{
$this->error($user->getError());
}
}
$this->display();
}
}
?> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询