Read and RSS feed

With this function you can read any rss feed you want!

Usage

Copy the two above functions to your includes file.
And use the second snippet to ready any RSS feed you want!
Have fun!

Comments

Posted on 18.07.2010 13:38 by Rolf

You can use the function in an other var.
In the code above i used $latest = readRSSFile("");
You can use another like: $otherVar = readRSSFile("");
And than in the for loop use $otherVar.

Posted on 18.07.2010 13:25 by guest

if i want in the same time to parse two rss feeds then how we can do it ?