Sorry if this is in the wrong forum, can anyone help?
When doing more than one feed using Magpie, I get:
Cannot redeclare fetch_rss() (previously declared)
This is obviously because the line
include('rss/rss_fetch.inc');$rss = fetch_rss(' can only be used once. I'm not a programmer so can anyone tell me how to put up more feeds from different URLS? (I can get one feed per page easy enough)
Much appreciated, thanks.
When doing more than one feed using Magpie, I get:
Cannot redeclare fetch_rss() (previously declared)
This is obviously because the line
include('rss/rss_fetch.inc');$rss = fetch_rss(' can only be used once. I'm not a programmer so can anyone tell me how to put up more feeds from different URLS? (I can get one feed per page easy enough)
Much appreciated, thanks.