Log in

View Full Version : Best way to copy or "cache" an RSS feed?


AlpineZone
03-01-2006, 04:20 PM
I would like to be able to create a static copy of an RSS feed generated via fps_external.php in order optimize performance and minimize database queries. Essentially, I need to be able to copy the results of an RSS feed to a static XML file which can then be parsed and displayed on my and other sites. Has anyone written a simple PHP script to do this? I could schedule a CRON job to run it every hour or so. Thoughts?