将表单数据转换为 XML

发布于 2024-10-18 22:41:24 字数 105 浏览 1 评论 0原文

我在联系表单中使用 PHP 来发送电子邮件,但我需要以 XML 格式通过电子邮件发送输出。如何将表单数据转换为 XML?我尝试四处寻找这个信息,但我能找到的唯一有用的信息是关于 ASP 的。谢谢!

I'm using PHP in my contact form to send an email to but I need the output to be emailed in XML format. How do I convert the form data to XML? I tried looking around for this but the only helpful information I could find was for ASP. Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

旧竹 2024-10-25 22:41:24

http://ie.php.net/manual/en/book.simplexml.php - 应该让您立即启动并运行。

http://ie.php.net/manual/en/book.simplexml.php - should have you up and running in no time.

内心激荡 2024-10-25 22:41:24

我更喜欢 XMLWriter,它在我的 RSS 解析器中工作得很好。

要获得更详细的帮助,您需要更具体地提出您的问题。

I prefer XMLWriter, works great in my RSS parsers.

For a more detailed help, you need to be more specific in your question.

手心的温暖 2024-10-25 22:41:24

为什么需要将其作为 XML 发送?以及如何发送?

您可以循环遍历 post 变量并为每个 post 变量创建 xml 项。

Why do you need to send it as XML? and how does it need to be sent?

you can loop through your post variables and create xml items for each post variable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文