Convert MySQL to XML via PHP

前端 未结 3 1834
广开言路
广开言路 2021-01-28 05:04

I have a MySQL database on my server and I\'d like a certain table to be returned via PHP as XML. I\'ve seen various ways to get XML to MySQL, but not an easy to follow way of t

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-28 05:29

    You should consider the XQuery PHP extension to customize your XML output from Mysql: http://www.zorba-xquery.com/site2/html/php.html

提交回复
热议问题