Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算在帖子中使用 nicEdit 以允许用户更改文本字体、粗细、添加图片......但我的问题是,在使用 mysql_real_escape_string 之前,我应该取消转义一些字符吗?如果是这样,我该怎么做?
尝试: ... = stripslashes($_POST['foo']);