Log in

View Full Version : creating xml file from php form



sukanya.paul
12-02-2008, 10:52 AM
hi,
i have a form which when submitted should create an xml file with certain data being passed from the form.after that the xml file will be passed to an external url which should be able to collect the data from the xml file.
i have no idea how to do this.
Can some1 please help.
Thanks a lot.
Suk

codeexploiter
12-02-2008, 10:57 AM
http://www.developerfusion.com/code/3944/how-to-create-xml-files/

http://www.ibm.com/developerworks/library/os-xmldomphp/