Welcome Guest, Not a member yet? Register   Sign In
Escaping issue with my code and/or database?
#4

[eluser]Pascal Kriete[/eluser]
It really depends on where it runs. Can you try just echoing the data where you would otherwise insert and check if it's already escaped. If it isn't I presume the easiest workaround would be:
Code:
$text = str_replace('&', '&', $text);

If it is already escaped, can you tell us how it's coming in? Also, check your application/config/config.php file for:
Code:
$config['global_xss_filtering'] = TRUE;


Messages In This Thread
Escaping issue with my code and/or database? - by El Forum - 05-12-2008, 06:21 PM
Escaping issue with my code and/or database? - by El Forum - 05-12-2008, 09:41 PM
Escaping issue with my code and/or database? - by El Forum - 05-12-2008, 10:44 PM
Escaping issue with my code and/or database? - by El Forum - 05-12-2008, 11:04 PM
Escaping issue with my code and/or database? - by El Forum - 05-13-2008, 06:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB