I've got broken data.xml file, how i can fix it with php? I need to add at the beginning of the file two lines
<?xml version="1.0" encoding="UTF-8"?>
<archive>
...<xml data>...
And at the end of the file
</archive>
Does anyone have any ideas or solutions how to add and save xml structure?