Search found 2 matches
- Sat Nov 03, 2007 9:08 pm
- Forum: PHP - Code
- Topic: XML writing problems
- Replies: 2
- Views: 255
- Thu Nov 01, 2007 7:21 pm
- Forum: PHP - Code
- Topic: XML writing problems
- Replies: 2
- Views: 255
XML writing problems
Hi all, I've got a strange XML problem, and I've got no idea where to start looking. Writing to an XML file worked fine when I used DOM methods, but I've switched to the simplexml method of loading it and then saving it with file_put_contents('filename.xml', $xml->asXML()) What happened recently was...