News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
Creating a Custom RSS Feed with PHP and MySQL
October 25, 2006 @ 09:56:00

The WebReference.com site has a new tutorial posted today - a look at the creation of a custom RSS feed with the help of a a dash of both PHP and MySQL.

You'll learn how to syndicate your own custom RSS feeds using PHP and MySQL. We'll first learn how to create two database tables and then how to retrieve data from them which will be formatted into an RSS feed.

They start from scratch instead of trying to integrate with your pre-existing database schema. They choose to go with a news system that includes the contents of the post, an image associated with it, and a link back to it. They create a class to make the RSS that contains methods like GetFeed, getDetails, and getItems to help build the RSS output. It's all done by appending the tags and information togethter, so don't look for any XML handling here.

0 comments voice your opinion now!
rss feed mysql tutorial class schema custom database rss feed mysql tutorial class schema custom database


blog comments powered by Disqus

Similar Posts

Abhinav Singh's Blog: How to use locks in PHP cron jobs to avoid cron overlaps

Greg Bulmash's Blog: Creating A Simple Rating Script With PHP And MySQL

Developer.com: Threads Versus The Singleton Pattern

Site News: Come Follow Us! (on Twitter)

IT Manager\'s Journal: Court library AMPs up


Community Events











Don't see your event here?
Let us know!


testing opinion application zendframework2 language community code release unittest development podcast interview conference example introduction tool phpunit functional framework series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework