How do I get a XML feed from an external web page to show its contents on my web page?

I want to get the data from http://content.linesmaker.com/xml/lines/204.xml to show on my web page, and update every so often. I don’t really know Javascript or PHP and i’m trying to teach myself. How would I go about doing this using either Javascript or PHP?


One Response to “How do I get a XML feed from an external web page to show its contents on my web page?”

  • Mchael M:

    Simplepie php library

    Google simplepie it is really easy to use and they even have video tutorials explaining it.

    It is a php script you include on any page you want to display the feed on. Then you just use CSS to style the info you want!

Leave a Reply