Main Contents

PHP Sample – RSS v1.0

August 16, 2008

There are basically three parts you need to be concerned about when generating an RSS v1.0:

The RSS related data
The feeds
The search information

RSS related data
These will be the data that are specific to the whole feed or to the website. These would include the following:

title
link
description
image

Feed Items
These will be items you would want to put on the [...]

Filed under: PHP, Samples | Comments (1)
Related Links: