Should I unescape some characters if using a tool like NicEdit for posts? How?

431 views Asked by At

I'm planning on using nicEdit for posts to allow users to change the text font, weight, add a picture... But my question is, before using mysql_real_escape_string should I unescape some characters? If so, how do I do that?

1

There are 1 answers

0
uri On

Try with: ... = stripslashes($_POST['foo']);