Sunday, August 22, 2010

Can you display RSS feeds randomly?

Does anyone know howto display RSS feeds randomly? so every time the user refreshes their page different feeds are shown?

Can you display RSS feeds randomly?
You'd need to direct them to a dynamic page like a php or asp page. The php code can be written to randomize the XML (which is all a feed really is) to display articles randomly or even rand feeds themselves. This requires a working knowledge of the PHP or ASP languages of course.


No comments:

Post a Comment