Hi everyone, i have a videos.xml file,
<?xml version="1.0" encoding="ISO-8859-1" ?>
<videos>
<video url="videos/Lillebjorn.f4v" desc="Lillebjørn" />
<video url="videos/Storebjorn.f4v" desc="Storebjørn" />
<video url="videos/Pegasus.f4v" desc="Pegasus" />
</videos>
I was wondering, how i can read the file above, and add a new tag with the url of the new video and desc of it with php. and then overwrite the current videos.xml file so that it gets updated with the new tag.