Page is a not externally linkable
- Code, Content, and Presentation
-- RSS, ATOM, and Related Technologies
---- Limiting number of headlines isn't working


eelixduppy - 1:52 am on Jun 24, 2008 (gmt 0)


My guess is you still have it as the following:

foreach($rss-items as $item) { etc...

You should be echoing the results as follows now with your new code:

foreach($items as $item) {
echo '<pre>'; print_r($item); echo '</pre>';
}

try that and see what that gets you.


Thread source:: http://www.webmasterworld.com/rss_atom/3681891.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com