GetSimple Support Forum
mysql to XML flat database ? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: mysql to XML flat database ? (/showthread.php?tid=5460)



mysql to XML flat database ? - phpman - 2013-12-21

Hello,

is it possible to convert a script which use mySQL data storage to XML flat file system like getSimple CMS to store the database data ?

Hope anybody can help me in this case and can give me some hints
what i must do to modify existing a script.

Thanks in advance.

best regards,

Harald


RE: mysql to XML flat database ? - MikeThicke - 2013-12-23

http://stackoverflow.com/questions/19228144/how-to-export-data-retrieved-from-mysql-database-to-xml-file-and-make-it-printab

http://stackoverflow.com/questions/15961390/export-xml-from-mysql-with-php

http://www.codediesel.com/php/converting-mysql-queries-to-xml/

http://www.mightywebdeveloper.com/coding/mysql-to-xml-php/

There is no built in MySQL to XML converter library in php at the moment. Depending on the database I guess it isn't that hard to figure out a custom function. Hope the last two tutorials help.


RE: mysql to XML flat database ? - Carlos - 2013-12-24

You might also be interested in The Matrix plugin.