codeigniter not get post values in controller code example
Example: codeigniter controller not getting post
$this->input->post(NULL, TRUE); // returns all POST items with XSS filter
$this->input->post(); // returns all POST items without XSS filter