Quantcast
Channel: parse next value from xml feed on page refresh - Stack Overflow
Viewing all articles
Browse latest Browse all 2

parse next value from xml feed on page refresh

$
0
0

I have an xml feed that I can access using simplexml_load_file and using for each access all of the records in it. I am also able to access an individual node using the following:

$xml->property[0]->propertyID;

What I want to be ble to do is to indvidually display each record in turn, ie move from [0] to [1] and so on in turn on page refresh but don't know how to go about that.

I'm just a hobbyist so please forgive me if this is a bit of newb question


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images