Recently I have made a function that write xml file and bring data from mysql database. Its very easy to use. First put this function and call that function after mysql row insert, update or delete. Finally we may use this xml for different purpose. I think it will be helpful for someone.
function xmlfilewrite($xmlfile, $tablename)
{
// [...]
Posts Tagged ‘write’
Write The XML File
Posted in PHP, XML, tagged MySql, PHP, write, XML on May 28, 2008 | Leave a Comment »