I have a MySQL database and I need to turn its tables into xml files.
Using phpMyAdmin, I can do this conversion by exporting each table to xml format. But there's no use anyway, because I don't know how to update these xml files when the tables are updated/inserted with new information.
Can anyone give me a clue on how to proceed to achieve tables and xml files synchronized?
Thanks a lot!