I feel that i must pop in here and give my two penneth:
There is a php function designed to fetch text over the internet:
http://uk3.php.net/function.file-get-contents
get your feed working in any external php server based page, rendering your feed into pretty html then try:
in a php block, in an actinic template.
There is a php function designed to fetch text over the internet:
http://uk3.php.net/function.file-get-contents
get your feed working in any external php server based page, rendering your feed into pretty html then try:
PHP Code:
echo file_get_contents("http://www.site.com/myfeed.php");
Comment