将表单数据转换为 XML
我在联系表单中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
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.
我更喜欢 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.
为什么需要将其作为 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.