原帖由 axgle 于 2006-7-19 21:29 发表
[code]<?php
$dom = new DOMDocument('1.0','utf-8');
$root = $dom->createElement('root');
$dom->appendChild($root);//add this
$xml_file = trim($dom->saveXML());
printf("%s ...
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |