With SimpleXML, you can use the addChild() method. $file = 'xml/config.xml'; $xml = simplexml_load_file($file); $galleries = $xml->galleries ...
確定! 回上一頁