PHP Classes

Classes of Dr. Timothy Sakach

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Dr. Timothy Sakach (1)  >  Mission progress status  >  Reputation  
Picture of Dr. Timothy Sakach
Name: Dr. Timothy Sakach <contact>
Classes: 1
Country: United States United States
Age: 83
All time rank: 767102 in United States United States
Week rank: 238 Up26 in United States United States Up
All time users: 4037
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image RSS_feed  
Parse a RSS/XML feed from a given URL.
Getting a feed from another Web site, should be quick and simple. Any unneeded complications should be avoided.

This class provides way to retrieve feeds in RSS/XML format and display them on a Web page.

There are several versions of RSS/RDF. However, in practice, all versions follow the same pattern: A publication link is contained within <item> tags and consists of a <title>, <link>, and a <description>.

The class was tested with feeds from many different sources using all versions.

The class returns an HTML unordered list. The example script shows how it should be used to process and display the feed in table of a Web page.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z