![]() |
MagpieRSS help or other RSS parser
Hi everyone,
I am trying to figure out how to limit anumber of items to 10 in MagpieRSS but there is no documentation available May anyone please suggest the way or recommend another easier to use RSS aggregator ? |
Most feeds are set to 10 items. Just look at phps array_* functions.
|
$num_items = 10;
$rss = fetch_rss($url); $items = array_slice($rss->items, 0, $num_items) It doesnt working for some reason |
| All times are GMT -7. The time now is 08:24 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123