Home:ALL Converter>How to use an XML file to store data from a php query

How to use an XML file to store data from a php query

Ask Time:2013-12-26T00:25:17         Author:user3134893

Json Formatter

After moving from my earlier hosting server to a new one I realised that I can use only one database on my account. I am using that database for Wordpress for my website. I have a php quiz on my website which uses a mysql database to store just one table - users - which stores the first name, last name and email id of the quiz taker along with the date the quiz was taken and the answers selected for the 30 questions (which have 5 options each with different scores per answer and you can select only one of the 5).

Now since I can't use MySQL database, is there anyway I can use XML or any other format (I am on linux server) to store this data?

Author:user3134893,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/20774725/how-to-use-an-xml-file-to-store-data-from-a-php-query
yy