标签: xml stripslashes
我的xml Feed文件正在使用stripslashes,但我还想从som字段中删除特殊字符 - 我该怎么做以及在哪里/我将添加它的顺序?
$output .= "<address>".htmlentities(html_entity_decode(stripslashes($row->street_num)))." ".htmlentities(html_entity_decode(stripslashes($row->address2)))."</address>\n";
答案 0 :(得分:0)
请参阅:In php, Prepare string and create XML/RSS Feed