gc40 Posted November 25, 2008 Share Posted November 25, 2008 Hello All, I have purchased a flash script that is feeds from an XML file called "flashfeed.xml" I am building a website for a client and I built a full CMS backend for their site. They are going to want to update the content stored in the XML file, however, I have no idea where to start. Can anyone advise me on my options and the best solution? I was thinking of using the obvious and storing the data in a mysql database and then parsing that data to a PHP file and then convert it to an XML file. Advise, please. Link to comment https://forums.phpfreaks.com/topic/134185-flash-xml-php/ Share on other sites More sharing options...
Adam Posted November 25, 2008 Share Posted November 25, 2008 Surely storing as MySQL and outputting as XML defeats the object of XML? Why not just set it up to directly modify the XML files? http://www.google.co.uk/search?q=editing+xml+files+with+php Adam Link to comment https://forums.phpfreaks.com/topic/134185-flash-xml-php/#findComment-698516 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.