我的 xml 提要文件使用的是stripslashes,但我还想从 som 字段中删除特殊字符 - 我将如何执行此操作以及添加它的位置/顺序?
$output .= "<address>".htmlentities(html_entity_decode(stripslashes($row->street_num)))." ".htmlentities(html_entity_decode(stripslashes($row->address2)))."</address>\n";
我的 xml 提要文件使用的是stripslashes,但我还想从 som 字段中删除特殊字符 - 我将如何执行此操作以及添加它的位置/顺序?
$output .= "<address>".htmlentities(html_entity_decode(stripslashes($row->street_num)))." ".htmlentities(html_entity_decode(stripslashes($row->address2)))."</address>\n";