Removed text is '% 33', '% 40'. (single quote is not included)
$text = "% 33";
$xss_text = $this->input->post($text, TRUE);
echo $xss_text;
// result is 3 and @
Removed text is '% 33', '% 40'. (single quote is not included)
$text = "% 33";
$xss_text = $this->input->post($text, TRUE);
echo $xss_text;
// result is 3 and @