GrowReport
08-28-2010, 11:30 PM
I am trying to a a custom RSS reader that I can place on a page.
This is the code I'm trying to work in a style I made. I already made the vb page and it works, just the custom code does not display the feed.
<fieldset class="rsslib">
require_once("rsslib.php");
$url = "http://www.newsfeed.org/feed/";
echo RSS_Display($url, 15, false, true);
</fieldset>
The other settings are on the lib.php file. I can call everything fine on a blank page inside the forum root directory.
Is there a vb tag to ad custom php code inside vb php code?
Did I ask that right?
Thanks
This is the code I'm trying to work in a style I made. I already made the vb page and it works, just the custom code does not display the feed.
<fieldset class="rsslib">
require_once("rsslib.php");
$url = "http://www.newsfeed.org/feed/";
echo RSS_Display($url, 15, false, true);
</fieldset>
The other settings are on the lib.php file. I can call everything fine on a blank page inside the forum root directory.
Is there a vb tag to ad custom php code inside vb php code?
Did I ask that right?
Thanks