如何使用 XML 从 mysql 数据库检索数据?
我刚刚开始使用 XML,因为我通常使用 php,但我正在尝试创建 RSS 提要,因此这是必要的。从我的 mysql 数据库获取数据的最佳方法是什么?该数据库与存储我的博客的 php 一起使用?是否可以在 XML 文档中使用 php 或者我必须使用 XML 来实现?
I have just started using XML as I usually use php but I am trying to create a RSS feed so it is necesary. What is the best way of getting the data from my mysql database which I use with php that stores my blog? Is there anyway of using php inside of a XML document or would I have to do it using XML?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你很困惑。 XML 是一种存储数据的格式,例如 .doc、.txt 或 .bmp(用于图像数据)。
如果您想从 MySQL 获取数据并将其放入 XML 中,您将需要一个程序来为您完成此操作。
您可以使用 PHP 从 MySQL 读取数据,并将其输出为 XML 或 RSS。
You are confused. XML is a format to store data, like .doc, .txt or .bmp (for image data).
If you want to get data from MySQL and put it in XML, you'll need a program that will do this for you.
You can use PHP to read the data from MySQL, and output it as XML or RSS.