Hi
I have two pieces of data coming from two different sources, one an rss feed and another from the database.
At present I display data from the database first, then data from the rss feed.
However they now want to display one of each alternating i.e.
database data row
rss feed data row
database data row
rss feed data row
How on earth do I do that? I suppose I create a big array of them all then split somehow?
Thanks
I have two pieces of data coming from two different sources, one an rss feed and another from the database.
At present I display data from the database first, then data from the rss feed.
However they now want to display one of each alternating i.e.
database data row
rss feed data row
database data row
rss feed data row
How on earth do I do that? I suppose I create a big array of them all then split somehow?
Thanks