php kullanarak xml belge değiştirme

0 Cevap php

i içeren bir xml dosyası "Machine.xml" var:

<Parameter name="host" value="localhost"/>
<Parameter name="port" value="5900"/>

i would like to change both parameters values using a php script... how can i do that? i mean i want the script to change host's value for example to : value="7.3.4.5" and port value to: value="3124" AND then save the xml file again with these changes.

i çeşitli yollar denedi, ama hiçbiri çalıştı

çok THX :)

0 Cevap