Welcome Guest, Not a member yet? Register   Sign In
Is it a bug at $this->input->post function ?
#1

[eluser]mihu[/eluser]
hmm ... I am not sure this is a bug or not. Let me try to explain what happened here.

http://ellislab.com/codeigniter/user-gui...input.html
Code:
$this->input->post('some_data', TRUE);
I was trying to run through XSS filter by setting 2nd parameter to "true".

Somehow the XSS filter convert or encoded my string to other encoded characters which trigger a sql error due to using diff. encoded in the same string.

If you enter "




Theme © iAndrew 2016 - Forum software by © MyBB