Welcome Guest, Not a member yet? Register   Sign In
escape not working with active record and Oracle
#2

[eluser]Brad K Morse[/eluser]
change

Code:
$comment = $this->input->post('CommentsDenial');

to

Code:
$comment = str_replace("'", "''", $this->input->post('CommentsDenial'));


Messages In This Thread
escape not working with active record and Oracle - by El Forum - 09-16-2010, 09:28 AM
escape not working with active record and Oracle - by El Forum - 01-14-2011, 09:43 AM
escape not working with active record and Oracle - by El Forum - 01-26-2011, 01:38 AM
escape not working with active record and Oracle - by El Forum - 02-03-2011, 07:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB