Free PHP Tutorials
Creating an RSS Feed With PHP and MySQL
RSS or Really Simple Syndication truly is a simple XML markup used to standardize content distribution and syndication. Why use RSS? Syndicating your content through various feed directories and search engines widen your distribution. Also provide your content consumers with an easy way to keep up with updates and new content.
Category: PHP | View Tutorial
Views: 40
Displaying RSS or Atom feeds in PHP with under 10 lines of code
This tutorial shows you how to use the SimplePie PHP library to display an RSS or Atom feed in under 10 lines of code.
Category: PHP | View Tutorial
Views: 35

