RSS Fetch
An RSS 2.0/0.91 feed parser. This PHP4 Class greatly simplifies displaying RSS data on your webpage. It parses any valid RSS feed with <item> tags and allows you to customize the data on your webpage. It will cache feeds and update them however often you say. HTML templates allow you to include your own html code and include any tags the RSS feed contains using a custom #{tagname} variable. Numerous examples available.
Visit publisher site: RSS FetchListing Details
- Version:
- 0.4
- Filed in:
-
Scripts / PHP / Scripts & Programs / Web Fetching
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Drew Phillips Other listings by this publisher
License & Pricing Information
- License Type:
- GPL
- Price:
- $0.00 USD
- Additional Info:
- License Type:
- GPL
- Price:
- $0.00 USD
- Additional Info:
- License Type:
- GPL
- Price:
- $0.00 USD
- Additional Info:
- License Type:
- GPL
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
This script does exactly what it says it does - allows you to grab an RSS feed and embed it into a web page - BUT it does have one serious limitation - the URL to the rss feed cannot contain variables such as index.php?x=rss - it will simply fail. If this worked, I would rate it a full 5 stars. I hope to see an updated version sometime.