Reputation: 955
I have set of xml files in the same structure. What I want to do is extract the content from set of files or from the specified folder. The structure look like in all the xml files,
...
<FAQs>
<content> test</content>
<creator>myname</creator>
</FAQs>
...
How this can be achieved using php?
Thanks in advance.
Upvotes: 0
Views: 67
Reputation: 9671
Upvotes: 2