read and wrie XML
Hi all, i am new in forum, i baught the professional PHP4, i have the .php, he write all ip's in one .txt. I need, he write the XML, but, have the structure.
?xml version="1.0" encoding="UTF-8" ?>
<master>
<ip>
127.0.0.1
</ip>
<ip>
127.0.0.1
</ip>
</master>
I know, write the lines <ip>127.0.0.1</ip> in xml, but he need to close the last tag "</master>", how do i do i close the tag with php?
Tanks
|