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

前端 未结 13 1342
我在风中等你
我在风中等你 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:12

    Solved as follows:

    Does the following exclude the redirection that is .htacess that will run the $ this-> input- > post ('name' ) on the controller, in my case it worked perfectly .

    abs, José Camargo]

提交回复
热议问题