Hi ~
I’ve tried to save an XML that is create/update by using PHP DOM . It works but it can only save under “/tmp/test.xml”, if i try to save it under a different directory it wont work.
I’m using the example from here http://www.php.net/manual/en/domdocument.save.php
Any help or hint or link to a similar question with answer =) is pretty much appreciated. Thank you.