Closed GoogleCodeExporter closed 9 years ago
The problem was coming from the server PHP which natively added slashes.
use stripslashes on the POST/GET/REQUEST variable:
http://php.net/manual/en/function.stripslashes.php
e.g.
$value = stripslashes($_POST['value']);
$value = mysql_real_escape_string($value);
Please close this issue.
Original comment by yfn...@gmail.com
on 21 Oct 2011 at 6:38
Original comment by joc...@gmail.com
on 31 Oct 2011 at 12:13
Original issue reported on code.google.com by
yfn...@gmail.com
on 20 Oct 2011 at 10:36