PHP将数据库中的html标签转换到页面显示-Poison

其实很简单的,把需要转换的数据 提取出来

例:$cartdata = htmlspecialchars_decode($data['content']);

输出 $cartdata 即可

你可能感兴趣的:(php)