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()
To see all the post value try var_dump($this->input->post(ALL));
var_dump($this->input->post(ALL));