adding rss to your web page?

SelArom

Senior member
Sep 28, 2004
872
0
0
www.djselarom.com
hi I want to get a site's rss feed and show the three latest headlines as a link on my main page, and when clicked, have the page navigate to the full story. how can this be done? my site runs php but I haven't been able to find a simple way to do this. anybody have any ideas? thanks!

-SelArom
 

Modeps

Lifer
Oct 24, 2000
17,254
44
91
the term you wanna search for is PHP RSS Syndication scripts. Probably found at somewhere like hotscripts... All it does is parse the XML to display properly.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
^ Correct answer. Or, for an adventure, read the rss standard and do it yourself :)