I am doing a project in wich I'm developing an auction site. To atract visitors I want to add news on the site. I am trying to include an rss feed from allafrica.com using something lyk this:
Include "http://allafrica.com/.../headlines.xml";
It only displays unformated xml code. How do I make it display properly formated news? I'm using xampp for the server.