Hi Guys,
I'm here again to see if I can't pick your brains for a little bit of advice.
On my site, I currently have a flash element that horizontally scrolls a set of images. It retrieves the images and the URL each image should link to from an external XML.
Now I would like to integrate something into my CMS which will allow my user to add and remove images from this slideshow as they see fit.
Would the best approach be for the CMS to write an entirely new XML file each time a record is added or deleted? Or would it be better to have a PHP script that generates the XML each time the appropriate page is loaded.
I am leaning towards the first option, as it seems to me that it would be less resource intensive. But I thought I would check to see if you lovely people knew something I didn't 🙂
As always, thanks so much for your help,