How can I take user input and save it to an XML file in PHP?

  • Thread starter Thread starter moose
  • Start date Start date
M

moose

Guest
I'd like to create a simple form in PHP where the user enters a little bit of information, which gets saved to an XML file on the server. This XML file should then be able to have the data in it read by PHP and manipulated... How would I do this?
 
Back
Top