Search results

  1. R

    Collecting Information Using XMLReader in PHP

    I'm using xmlreader to load an xml file like: <head> <element param="hello"/> <element param="hello"/> <element param="hello"/> </head> And all is OK! But now i need to write many times the xml and append elements... I have a problem with the <head></head>...
Top