Author |
Message |
royhink
Joined: 19 Dec 2011
Posts: 3
|
Posted:
Mon Dec 19, 2011 3:00 pm |
  |
Is it possible to have paginated feed?
I am currently using the PHP code:
[code]
$XMLFILE = "http://news.google.com/news?pq=" . $vars . "&hl=en&ds=n&cp=9&gs_id=1z&xhr=t&q=" . $vars . "&tok=FHDAYR6UharDmszQU1iK2w&gl=us&gs_upl=&bav=on.2,or.r_gc.r_pw.,cf.osb&biw=1445&bih=895&um=1&ie=UTF-8&output=rss";
$TEMPLATE = "include/rss-template.html";
$MAXITEMS = "50";
include("include/rss2html.php");
[/code]
Thanks in advance. |
|
|
 |
 |
|
| |