PDA

View Full Version : Implementing RSS to website?



iKwak
11-23-2005, 11:37 PM
Hello there,

After a search on google, I still could not find the answer to this simple question.


How do you add your blog rss to your own frontpage? The site is all .php.
I have no clue on how to make your rss entries show up on the frontpage inside a table.

Little guidance? Thanks in advance.

ozgression
11-24-2005, 12:05 AM
Try using: http://magpierss.sourceforge.net/

iKwak
11-24-2005, 12:23 AM
Try using: http://magpierss.sourceforge.net/
Thanks ozgression but the rss does not display.


Do I add require_once('magpierss/rss_fetch.inc'); between the <head> </head> or in the body?


And afterward, do I simply add
$rss = fetch_rss($urlOfTheRSS); ?