I also need the information contained in the channel
<rss version="2.0">
<channel>
<title>CBC | Ticker</title>
<link>http://www.cbc.ca/</link>
<description>CBC.ca News Ticker RSS</description>
<language>en-ca</language>
<copyright>Copyright: (C) Canadian Broadcasting Corporation, http://www.cbc.ca/aboutcbc/discover/copyright.html</copyright>
<item>
<title>APM to buy Summerside's old Holland College building</title>
<link>http://www.cbc.ca/canada/prince-edward-island/story/2008/03/18/summerside-developer.html</link>
<description>A well-known Prince Edward Island developer is set to buy a prime piece of Summerside real estate from the
province, CBC News has learned.</description>
<keywords>summerside holland college building apm group tim banks</keywords>
</item>
I tried many ways to do it. The last one was..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are there any instructions available for the installation of RSS_PHP, I'm sort of new at this and have been using Magpie with limited results (formating problems). This looks like something that would be very useful but when I try to run some of the sample scripts I get this error:
Fatal error: Class 'rss_php' not found in C:\Inetpub\wwwroot\...myURL...\legacy_parser\index.php on line 9
I have all of the files I downloaded including "rss_php.php"in the same directory as "index.php" so I dunno?
Thanks,
Dallas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This forum is checked every few hours, just incase you guys have problems; if you do, feel free to drop me a note and I'll get right back to you :)
I worked hard yesterday but was never able to retrieve the title of the Channel. All I can get are the title of the items.
Here is the link to the Feed I'm trying to parse.
http://rss.cbc.ca/lineup/latest.xml
I also need the information contained in the channel
<rss version="2.0">
<channel>
<title>CBC | Ticker</title>
<link>http://www.cbc.ca/</link>
<description>CBC.ca News Ticker RSS</description>
<language>en-ca</language>
<copyright>Copyright: (C) Canadian Broadcasting Corporation, http://www.cbc.ca/aboutcbc/discover/copyright.html</copyright>
<item>
<title>APM to buy Summerside's old Holland College building</title>
<link>http://www.cbc.ca/canada/prince-edward-island/story/2008/03/18/summerside-developer.html</link>
<description>A well-known Prince Edward Island developer is set to buy a prime piece of Summerside real estate from the
province, CBC News has learned.</description>
<keywords>summerside holland college building apm group tim banks</keywords>
</item>
I tried many ways to do it. The last one was..
Are there any instructions available for the installation of RSS_PHP, I'm sort of new at this and have been using Magpie with limited results (formating problems). This looks like something that would be very useful but when I try to run some of the sample scripts I get this error:
Fatal error: Class 'rss_php' not found in C:\Inetpub\wwwroot\...myURL...\legacy_parser\index.php on line 9
I have all of the files I downloaded including "rss_php.php"in the same directory as "index.php" so I dunno?
Thanks,
Dallas
have you included the file rss_php.php in your index.php?
ie:
code [index.php]
<?php
include('rss_php.php');
$rss_php = new rss_php;
//rest of index.php code here
?>
Been using this great script for years. Wondering if there is any remaining support available for it as it seems to have been abandoned?