PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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
look into DOM XML functions or i think if it is to be written in file, go with simple file_put_contents() with content containing proper XML header(<?xml version="1.0"?>), it should work