PHP add node to existing xml file and save
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-03-15T12:32:37Z
Indexed on
2010/03/15
12:39 UTC
Read the original article
Hit count: 241
Is it possible using php's XMLWriter to insert a new node to an existing xml file, and then save the file. This would be much more benficial to me that actually creating a enw file every time i want to update an xml file.
© Stack Overflow or respective owner