create xml from mysql database

How to Create XML file from MySQL Database using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an XML file from MySQL database using PHP/MySQLi. XML stands for eXtensible Markup Language which is designed to store or transport data. This is usually used as a database substitute or if you wanted to free some space in your database.