标签: php html richtextbox
如何将以下php中的纯文本显示为html富文本?
Meteor._ensureIndex({ index: id }, { unique: 1 });
例如:
上面代码中的html代码是:
<?php echo $text_description; ?>
但是在头版。它显示为纯文本,而不是富文本,如何解决?
提前致谢
答案 0 :(得分:0)
考虑使用htmlspecialchars($str);,其中$str是您的字符串。
htmlspecialchars($str);
$str