Publishing an RSS feed of my sites content..

Discussion in 'XML & RSS' started by livingearth, Oct 4, 2006.

  1. #1
    I want to set up an RSS feed of my sites content so others can subscribe and utilize data from my site. It is dynamically generated from a MySQL database in php. Can anyone help point me in the right direction?
     
    livingearth, Oct 4, 2006 IP
  2. livingearth

    livingearth Well-Known Member

    Messages:
    1,469
    Likes Received:
    83
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Wow, I never thought I'd find a subject that there were no DP members capable of answering...
     
    livingearth, Oct 8, 2006 IP
  3. netprophet

    netprophet Banned

    Messages:
    288
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    don't say that if there is any answer den definitely anybody give your answer.
    check this thread and try to give answer
    http://forums.digitalpoint.com/showthread.php?t=154681
     
    netprophet, Oct 9, 2006 IP
  4. nextred

    nextred Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    try feedburner.com
     
    nextred, Oct 9, 2006 IP
  5. emz

    emz Peon

    Messages:
    364
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi livingearth; I actually just started doing these myself the other day. My content was loaded via PHP from a mySQL DB as well.

    Heres a quick tutorial: http://www.tiffanybbrown.com/2005/12/22/dynamic-rss-feeds-using-php-mysql-and-apache

    I'll just let you know its a lot easier than you're probably expecting. All you have to do is understand the RSS/XML syntax and build it as if you were building an HTML page (using echo $row[]; etc)

    You can then setup a rewrite rule so that you don't get stuck with an ugly .php extension on your xml file.

    If you need any help feel free to pm me and I can lend you a hand.
     
    emz, Oct 9, 2006 IP
    livingearth likes this.
  6. livingearth

    livingearth Well-Known Member

    Messages:
    1,469
    Likes Received:
    83
    Best Answers:
    0
    Trophy Points:
    140
    #6
    Hey emz, thanks for the very helpful post!
     
    livingearth, Oct 9, 2006 IP