PDA

View Full Version : Multiple RSS Feeds ?? How-To..


SaN-DeeP
Thu 13th May '04, 11:05pm
Hi All,

I just wonder how this multiple RSS Headlines are incorporated on a single page.

http://www.dailyrotation.com/#a (http://www.dailyrotation.com/#a)
another example here - http://www.dailywhirl.com (http://www.dailywhirl.com/)

And also, how can those settings among selection of websites be made ?
please reply.

Thnx.
Sandy...

SaN-DeeP
Fri 14th May '04, 10:05pm
can someone possibly help me with this solution ??
i am looking for this badly.

SaN-DeeP
Wed 19th May '04, 1:00am
Hi All,

I just wonder how this multiple RSS Headlines are incorporated on a single page.

http://www.dailyrotation.com/#a (http://www.dailyrotation.com/#a)
another example here - http://www.dailywhirl.com (http://www.dailywhirl.com/)

And also, how can those settings among selection of websites be made ?
please reply.

Thnx.
Sandy...
not advanced coders can help with this :S

is that so difficult. ??

atleast, i know a basic way to get that thing up.
i have 1 rss feed been displayed on my site.
atleast i need a way to display more then 1 :)
i will work myself for rest.

Thnx.
Sandy...

sirspot
Fri 21st May '04, 2:37pm
Could you please explain what it is you are trying to do? In the simplest terms, an RSS feed is just parsing an XML file. You can parse as many files as you want with a single script and output the data wherever you want on webpage.

SaN-DeeP
Thu 3rd Jun '04, 5:44am
Could you please explain what it is you are trying to do? In the simplest terms, an RSS feed is just parsing an XML file. You can parse as many files as you want with a single script and output the data wherever you want on webpage.
exactly,
i want to read rss feeds from other sites
and display them on my site.

exactly like
http://www.dailyrotation.com/#a (http://www.dailyrotation.com/#a)
another example here - http://www.dailywhirl.com (http://www.dailywhirl.com/)

are doing.
Help is appreciated.

Thmx.
Sandy...

sirspot
Thu 3rd Jun '04, 2:15pm
Wish I had time to write you a better response, but here is a pretty good article:

http://www.sitepoint.com/article/php-xml-parsing-rss-1-0/1

Scott MacVicar
Thu 3rd Jun '04, 3:56pm
I'll be adding stuff to the vB manual over the next couple of days regarding
RSS, JavaScript and XML parsing.