How to Parse XML File in PHP

后端 未结 2 1695
故里飘歌
故里飘歌 2020-12-06 14:58

The XML file is here. How can I get the source content in this XML file?

2条回答
  •  天命终不由人
    2020-12-06 15:27

    PHP already includes XML parsers in the core or as extensions (i recommend SimpleXML).

    Try to use it and then ask us if you have any specific problem.

提交回复
热议问题