Search Results

0
votes
6answers
3k views

Inserting data in XML file with PHP DOM

I was trying to insert new data into an existing XML file, but it's not working. Here's my xml file: <list> <activity>swimming</activity> <activity>r …
1
vote
3answers
1k views

Problems with deleting XML elements using PHP DOM

Here's the XML file i'm working on: <list> <activity>swimming</activity> <activity>running</activity> <activity>soccer</activity&g …