Home >Backend Development >PHP Tutorial >请问怎么奖XML传来的数据去MYSQL数据库查询出来!

请问怎么奖XML传来的数据去MYSQL数据库查询出来!

WBOY
WBOYOriginal
2016-06-23 14:02:30904browse

就是别人要将数据用XML的形式传过来,但是现在不知道怎么将XML的数据转换成数组,再这些数据去MYSQL数据库将对应的数据查询出来···  求解···


回复讨论(解决方案)

simplexml_load_file()

php 对xml的支持是很丰富的

SimpleXML

别人传递给你的数据你解析一下就可以了

当然还有

xml2array

不过我自己没有用过.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn