Hi,
Im using the php/PEAR xml_rss library to parse a feed into one of my sites. the problem is that the server grabs the rss feed from the remote site every time someone loads a page. as you can imagine, ive been temporarily banned from hamming their server. anyone know if there is a caching function built into xml_rss? I need to restrict it to check the feed every 30 minutes or so.
thanks