PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I need a very simple script to load an XML file into an html file and be able to edit that datat and then save it back to that file. I have seen similar scripts but they just append data not edit and replace.
Here is a small example of one of the XML files I need to edit.
I looked into SimpleXML but couldn't grasp how to edit information like I stated about. Like I said everything that I found just appended data to the file.