PHP SimpleXML cannot store file - Raspberry Pi Forums
hello,
trying read xml file , store same file (after editing).
after store file has 0 bytes.
code: using lighttpd webserver.
know do?
cheers
trying read xml file , store same file (after editing).
after store file has 0 bytes.
code:
code: select all
<?php $xml = simplexml_load_file("test.xml"); //editing print_r($xml); $xml->asxml('test.xml'); ?>know do?
cheers
check ownership , permissions on file.
raspberrypi
Comments
Post a Comment