I used this tutorial http://www.sitepoint.com/article/php-xml-parsing-rss-1-0 to create a simple RSS reader in PHP.
From my understanding of the code, it carries out no caching of the xml file and as such every time somebody
uses my RSS reader it hits the web server the xml file is stored on.
As such I want a way to cache the xml file.
I used cron to run wget in an attempt to download the xml file from the target server but my host has blocked access to wget so I need another method.
Thanks in advance
From my understanding of the code, it carries out no caching of the xml file and as such every time somebody
uses my RSS reader it hits the web server the xml file is stored on.
As such I want a way to cache the xml file.
I used cron to run wget in an attempt to download the xml file from the target server but my host has blocked access to wget so I need another method.
Thanks in advance
