I have this code to create and update xml file: <?php $xmlFile = 'config.xml'; $xml = new SimpleXmlElement('<site/>'); $xml->title = 'Site ...
確定! 回上一頁