Outputting an RRS feed over multiple pages in PHP

Permabanned
Joined
25 Oct 2004
Posts
9,078
Hiya folks, current have an RRS feed on my site which lists local news, at present it only has roughly 13 items to list but that list is starting to get too long for a single page so i will need to look at adding multiple pages to the listing process.

Does anyone know how best to go about this or have any examples of an RSS parser that outputs to multiple pages ?

Cheers
 
Are you asking about the mechanics of pagination in PHP, or about how to specify additional pages in RSS?

If the latter, then as far as I know, plain RSS 2.0 doesn't support pagination, though Atom does. You could either use Atom instead or just add a namespace reference in your XML and do it as you would in Atom.
 
Back
Top Bottom