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!
With this function you can read any rss feed you want!
Copy the two above functions to your includes file.
And use the second snippet to ready any RSS feed you want!
Have fun!
Comments
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.
if i want in the same time to parse two rss feeds then how we can do it ?