Forum Moderators: open
I am wondering:
a)What exactly is RSS?
b)I would like to put YAHOO!'s and The NY Time's RSS Feeds on my site, and I am wondering how to go about doing this.
Thanks!
Essentially, it's a format for data exchange, sort of like a database-in-a-textfile. Within the textfile there are fields that look much like HTML tags, and within these fields (ie. between the tags) are the data.
To put a RSS feed on your site, you'll need a tool that will convert the feed to HTML and display it on your site.
For tools, it all depends what you have available. There's tools that use Perl, Python, PHP, ASP, .NET, and so on (although i have no experience with the latter two, i'm sure there are tools for them). There's also a few websites around that can convert the RSS feed to a javascript snippet that you can put on your page, if you don't have access to Perl, python, etc.
Related thread: RSS Introduction Web Sites anybody? [webmasterworld.com]
For tools, it all depends what you have available. There's tools that use Perl, Python, PHP, ASP, .NET, and so on (although i have no experience with the latter two, i'm sure there are tools for them). There's also a few websites around that can convert the RSS feed to a javascript snippet that you can put on your page, if you don't have access to Perl, python, etc.
Can anyone recommend a PHP tool that converts RSS to HTML?