Home >Backend Development >PHP Tutorial > 怎么使用php访问mysql表并形成XML文档

怎么使用php访问mysql表并形成XML文档

WBOY
WBOYOriginal
2016-06-13 13:43:06906browse

如何使用php访问mysql表并形成XML文档?
想通过php+mysql+dtree+xml做出动态树目录,可不知道如何通过php提出表资料并导入xml文档?
哪位大侠有好的办法实现?要是有更好的办法实现目录树,例如像CSDN里目录树结构就更好了。

------解决方案--------------------
问题是不是应该:

php生成xml
------解决方案--------------------
请给出 dtree 要求的 xml 格式
------解决方案--------------------
唠叨,你的头像是个啥东西,我瞅了着么长时间就是没看出来是啥!!
------解决方案--------------------
将所有需要写入xml文件里的内容存到一个字符串里(用"$str.=''"的方式最好)
使用函数file_put_contents('aaa.xml',$str)即可。

------解决方案--------------------

探讨

唠叨,你的头像是个啥东西,我瞅了着么长时间就是没看出来是啥!!
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