Click here to Skip to main content
15,887,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I would like to create an object in PHP and ASP.Net for getting an RSS feed.

How would I do that?

Thanks,

Hifiger
Posted

Well, your server would get the feed, your website would just display it.
 
Share this answer
 
There are plenty of existing PHP classes for reading RSS feeds. SimplePie[^] is a good one.
 
Share this answer
 
you can use the various PHP classes available on net just search them add them to your application.
Similiarly the ASP.net provide the the class for the Rss feed search it in the msdn docs.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900