How can I write to an xml document with PHP
I have searched for a while on how to do this, so finally I just figured I
would ask about it. I need to be able to write to an item to an rss file
(basically xml) and I need a way to use PHP or Javascript to write a new
<item> tag with all of its required child elements, such as title,
description and link. And I also need to get the values that go inside the
new elements in the xml file from a form that passes along with the post
method title, desc and link. Thanks for your cooperation.
No comments:
Post a Comment