yoda699 Posted November 11, 2009 Share Posted November 11, 2009 Hi people, I've got about 10 fields in my html form and I just want to parse the information into an xml file that will be upload to an ftp. Could someone please direct me to a thread or a tutorial that deal with creating an xml file from an html form? Thanks Link to comment https://forums.phpfreaks.com/topic/181146-creating-an-xml-file-from-an-html-form-using-php/ Share on other sites More sharing options...
avincent Posted November 11, 2009 Share Posted November 11, 2009 I hope this helps: http://it.toolbox.com/wiki/index.php/Creating_a_XML_file_using_data_from_a_HTML_form_using_PHP Link to comment https://forums.phpfreaks.com/topic/181146-creating-an-xml-file-from-an-html-form-using-php/#findComment-955687 Share on other sites More sharing options...
yoda699 Posted November 11, 2009 Author Share Posted November 11, 2009 Okay great, I have trying to work with this script. It works great. Now there are two things I need to change. 1. I would like that every time a new xml file will be created. The way this script is set up, the name of the xml file is parsed from the 'document name' field of the form. I want the name of the file to have a number or something attached to it so files will always be new. 2. What is the command to upload the xml file to ftp server. Thanks again Link to comment https://forums.phpfreaks.com/topic/181146-creating-an-xml-file-from-an-html-form-using-php/#findComment-955695 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.