browse by tag: rss
sort by
Build a customizable RSS feed aggregator in PHP
in PHP added by goodphptutorials, 2 weeks ago advanced tutorials rss web service xml
Although there are several commercially available feed aggregators, it's easy to develop your own feed aggregator, which you can integrate with your Web applications. You'll appreciate this article's fully functional PHP code snippets, demonstrating the use of PHP-based server-side functions to develop a customizable RSS feed aggregator. In addition, you'll reap instant benefits from using the fully functional RSS feed aggregator code, which you can download from this article.
comment save reportHow to Syndicate an RSS Feed On Your Site
in PHP added by Walkere, on 11/2/2008 advanced tutorials feed php5 rss xml
This quick tutorial shows you how to use Simple XML to read and manipulate an RSS feed. The end result is a few lines of code that you can use to syndicate a site's feed on your own page - adding links to relevant content for your users.
comment save reportPHP and RSS: Getting it together
in PHP added by goodphptutorials, on 8/12/2006 advanced tutorials rss syndication xml
RSS Syndication is virtually ubiquitous these days, so it's imperative that a PHP developer at least understand RSS and how it works. This article explains the basics of RSS, some of its many uses, how to use PHP to create an RSS feed from a database, and how to use the XML_RSS module to read an existing RSS feed and translate it into HTML.
comment save reportRSS Parsing using Pear
in PHP added by goodphptutorials, on 13/5/2006 beginner tutorials rss
This tutorial will show you how to use Pear (PHP Extension and Application Repository) to parse an RSS feed and display it on your site.
comment save report