GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   MagpieRSS help or other RSS parser (https://gfy.com/showthread.php?t=593033)

asdfqwer 03-31-2006 04:39 PM

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 ?

mrkris 03-31-2006 05:13 PM

Most feeds are set to 10 items. Just look at phps array_* functions.

asdfqwer 03-31-2006 05:29 PM

$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