Page is a not externally linkable
eelixduppy - 1:52 am on Jun 24, 2008 (gmt 0)
You should be echoing the results as follows now with your new code: try that and see what that gets you.
My guess is you still have it as the following:
foreach($rss-items as $item) { etc...
foreach($items as $item) {
echo '<pre>'; print_r($item); echo '</pre>';
}