Inserting data in XML file with PHP DOM

后端 未结 6 1538
南旧
南旧 2020-12-18 06:03

I was trying to insert new data into an existing XML file, but it\'s not working. Here\'s my xml file:


    swimming         


        
6条回答
  •  误落风尘
    2020-12-18 06:40

    I think I know what is the problem with your code. You should not write like that: The right code is:

    
    

提交回复
热议问题