如何从db中获取注释数据,而不需要mysql中的特殊字符和html标记

时间:2015-06-17 11:03:58

标签: mysql mysqli duplicates strip-tags

在“评论”栏目中评论数据库中的样本数据

  <p>
    Here is the sample content of the article.&nbsp;&nbsp; We hope you fix it!</p>
  <p>&nbsp;</p>

输入数据

  Here is the sample content of the article.We hope you fix it!

输入数据在查询中传递,查询将检查输入字符串是否已存在于数据库中。

例如

Select count(id) as total from tbl where comment='Here is the sample content of the article.We hope you fix it!';

结果将像

total 1

0 个答案:

没有答案