s_avinash_s Posted October 24, 2018 Share Posted October 24, 2018 Hi I have a web page with data transfer between server and client. I have no much idea about xml file creation. My requirement is, the data whichever is changed needs to be saved in xml file as a storage. How to create a simple xml file and save a data to it, so that same xml file (which has settings) can be used for other similar server and client Link to comment Share on other sites More sharing options...
justsomeguy Posted October 24, 2018 Share Posted October 24, 2018 Here's the XML section in general: http://php.net/manual/en/refs.xml.php It would probably be most common to either use DOMDocument or SimpleXML to build an XML structure then write it out, or use XMLWriter. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now