i am trying to store data in a text file, something like an array into a text file using php instead of storing into mysql database.
for example here are the data to
You may use
In case you want to convert the array to an XML you might want to read this post: How to convert array to SimpleXML