Since codeignter 3 the xss_clean()
function is deprecated on user input, and should only be used for output.
I have looked at the docs and can't find what I should use to clean my input properly. I'm using form validation and XSRF protection on my form but is this enough?
How do I properly clean user input with codeigniter? I am using their query builder to talk to the database, so the input does get prepared.