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.
Let us know!
We are always looking on upgrading. Please, take a second to tell us which is the feature you would like to see being added in PHPSnaps.
Comments
if i want in the same time to parse two rss feeds then how we can do it ?
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.