Data Feed - How to Set One Up.

Discussion in 'Programming' started by old_expat, Aug 25, 2006.

  1. #1
    I have an affiliate site that needs a data feed set up on it.

    Can someone point to a really good step by step COMPLETE tutorial on setting up my server for one?

    Everything I have read thell me things like .. "you need SOAP and XML .." but no nuts and bolts stuff.

    I'm okay with simple mysql queries, digging through a PERL script, setting permissions, setting up a database, etc .. but I am not a programmer.

    I am okay with HTML, however. I also have my own VPS and "root" access.
     
    old_expat, Aug 25, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    all it really is - is formatting an XML file to a certain doctype, using your mysql data.

    http://www.rssboard.org/files/sample-rss-092.xml is RSS version .92

    You just need to make your PHP Rendered output look like this :) (one simple mysql call and loop essentially)
     
    ccoonen, Aug 25, 2006 IP