These days we added a new PHP snippet to the script directory:
http://www.finalwebsites.com/snippets.php?id=49
This small PHP snippet will check if there is already a fresh cached version and if not a new feed is requested with php file functions. In that case a cache version for the new XML file is stored on the website’s host. With this function the XML is stored unchanged, why? The XML has already a data structure which we use for later purposes. Using simpleXML...
Feel free to post here, if you have any comments about this code.