Create before test.xml with:
<?xml version="1.0" encoding="utf-8"?>
<Photos>
</Photos>
and past after in your php-file:
<?php
$simp = simplexml_load_file('test.xml');
$node = $simp->addChild('home');
$node->addChild('mychild', 'insert text');
$s = simplexml_import_dom($simp);
$s->saveXML('test.xml');
?>
This code creating a child-nod in the root.
Owner http://www.mensfashion.ru