Codeigniter $this->input->post() empty while $_POST is working correctly

前端 未结 13 1336
我在风中等你
我在风中等你 2020-12-05 14:56

On a codeigniter installation, I am trying to use the inbuilt $this->input->post(\'some_data\') function, however $this->input->post()

相关标签:
13条回答
  • 2020-12-05 15:21

    To see all the post value try var_dump($this->input->post(ALL));

    0 讨论(0)
提交回复
热议问题