1.启用HTML。
UPDATE `pre_forum_post` SET `htmlon`= ‘1’
2 .替换多余的线
UPDATE `pre_forum_post` SET message = REPLACE(message,’\’,”)
PHP
1.启用HTML。
UPDATE `pre_forum_post` SET `htmlon`= ‘1’
2 .替换多余的线
UPDATE `pre_forum_post` SET message = REPLACE(message,’\’,”)