On a codeigniter installation, I am trying to use the inbuilt $this->input->post(\'some_data\') function, however $this->input->post()
$this->input->post(\'some_data\')
$this->input->post()
Use
var_dump($this->input->post());
Please see the screen shot. Here I am priniting all the post array value