比如的得到了一个值:$FCKeditor1 = $_POST['FCKeditor1'];
但是写还来SQL语句但是不会插入数据库,你可以试一试addslashes这个函数:
$FCKeditor2 = addslashes($FCKeditor1);
或许就行了