XSS Filtering won't disable on post codeigniter XSS Filtering won't disable on post codeigniter codeigniter codeigniter

XSS Filtering won't disable on post codeigniter


Per the CI documentation, if you're looking to pull the whole post array without XSS, you should replace $this->input->post(NULL, FALSE); with $this->input->post();

See http://codeigniter.com/user_guide/libraries/input.html