Website: http://www.phpbuilder.com

Rank: 180 / 357

2 selected articles

PHPBuilder - Building a PHP RSS Aggregator

Tweet

RSS stands for Really Simple Syndication. It is a Web format that allows website owners to distribute their latest and frequently updated content in a standardized way. RSS feed is actually an XML document that can be easily read by using RSS reader software or built-in functions in programming languages, such as PHP or Java. In this article, the focus will be on building a RSS aggregator...

Read more

Related topics : php rss feed aggregator script / create rss feed for website using php / parsing rss feed using php / display rss feed on website using php / php rss feed aggregator

Creating an RSS Aggregator with the PHP SimplePie Library

Tweet

RSS aggregators such as Google Reader provide a great way to quickly peruse the latest updates and other news from websites that you follow regularly. All you need to do is provide the aggregator with each site's RSS feed location, and the aggregator will retrieve and parse the feed, converting it into a format (HTML in the case of Google Reader) that you can easily peruse.

But what if you...

Read more

Related topics : parsing rss feed using php / create rss feed for website using php / open source php rss feed aggregator / create rss feed aggregator / php rss feed aggregator script