Welcome Guest, Not a member yet? Register   Sign In
validation class esaping bug
#2

[eluser]onejaguar[/eluser]
Yes why is strip slashes there? If magic quotes is off (as it should be) then stripslashes can create undesireable results.

E.g. if I am writing a message board where user can type code examples, if someone types \" or \' or \\ it shouldn't come back as " or ' or \ if there is an error in the form. This is especially problematic in CI 1.7.0 where strip slashes is applied to $_POST so you don't have access to the original unmodified values that were submitted unless you save them before doing a $this->form_validation->run().


Messages In This Thread
validation class esaping bug - by El Forum - 06-23-2007, 12:36 PM
validation class esaping bug - by El Forum - 09-27-2008, 05:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB