View Single Post
Old 03-31-2006, 05:29 PM  
asdfqwer
Confirmed User
 
Join Date: Jul 2003
Posts: 431
$num_items = 10;
$rss = fetch_rss($url);


$items = array_slice($rss->items, 0, $num_items)

It doesnt working for some reason
asdfqwer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote