RSS With Query Results

Discussion in 'PHP' started by Valrod, Oct 5, 2007.

  1. #1
    How could I go about adding relevant rss feeds to dynamically created pages? Let's say I have a huge database site based on cities and states, is there anyway that I could add feeds relevent to each city and state chosen?

    So if someone clicked on Dayton, Ohio...the weather would show up on that page for that city?
     
    Valrod, Oct 5, 2007 IP
  2. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Create a php script which pulls the data from your database and outputs it as xml to produce an rss feed :)
     
    matthewrobertbell, Oct 5, 2007 IP