Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 2 of 2

This is a discussion on Creating an RSS feed? in the Shared & Semi-Dedicated forum
I'm puzzled by this.. I'd like to take entries from a mysql table or the resulting php page and output them into an rss feed. ...

  1. #1
    JPC Addict mike's Avatar
    Join Date
    Sep 2001
    Location
    Denver, Colorado
    Posts
    122

    Creating an RSS feed?

    I'm puzzled by this.. I'd like to take entries from a mysql table or the resulting php page and output them into an rss feed.

    I don't know much of anything about this, so I'm hoping some might point me in the direction of a few good resources or offer up a bit of explanation.

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    RSS is an XML format. There are several different variations of the RSS spec, versions 0.91 and 1.0 seem to be the most common these days. You can find some good introductory info on RSS at http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html.

    If you can write an HTML page by hand you can create an RSS feed just as easily. RSS (or any flavor of XML for that matter) looks a lot like HTML (it is a tag based markup language just like HTML is). If you can write a PHP script to, lets say, format MySQL data into an HTML table then you should have no problem formatting it to RSS, either.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •