Hi,
I've downloaded some RSS feed software.
The software is designed to automatically load subscribed rss feeds to your site.
The problem im having is when i create the feed they suggest you put the code into a seperate php e.g rssfeeds.php and call it in to your html page.
The code they use for calling the page is
<!--#include virtual="/rssfeeds.php" -->
I've tried to put this in a fragment as the following
!!<<!--#include virtual="/rssfeeds.php" -->>!!
However, it dont work
Any ideas
I've downloaded some RSS feed software.
The software is designed to automatically load subscribed rss feeds to your site.
The problem im having is when i create the feed they suggest you put the code into a seperate php e.g rssfeeds.php and call it in to your html page.
The code they use for calling the page is
<!--#include virtual="/rssfeeds.php" -->
I've tried to put this in a fragment as the following
!!<<!--#include virtual="/rssfeeds.php" -->>!!
However, it dont work
Any ideas
Comment