0

I'm developing an app using Codeigniter V3
I use $this->input->post(NULL,TRUE) to prevent xss attack
but i want to escapse html too with the same function.
is there any way to do this?
NOTE: i use this function in all app and it's so hard to call html_escape after this function.
is there any hook to replace < character with empty in codeigniter or any other solution?

0 Answers0