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!
Share
http://ie.php.net/manual/en/book.simplexml.php – should have you up and running in no time.