
Latest postings on website (Technics)
Hi Hakan,
So far so good...but for e.g. the last posting "test" isn't really the last posting - I made two postings after "test" but the script doesn't show it.
What is wrong???
This has probably to do with the caching feature of MagpieRSS. You can set the maximum cache age by defining MAGPIE_CACHE_AGE
(in seconds, deafult is 3600):
require('magpierss/rss_fetch.inc'); define("MAGPIE_CACHE_AGE", 1800); $rss = fetch_rss('[URL OF RSS FEED]');
Alex