Scoby, you have almost fixed it. Part of the rss is displaying. It still isn't displaying properly however. At the top I am getting this. I removed specific information about the rss and put the placeholder info in bold.
Array ( [encoding] => utf-8 [title] => rss title [link] => rss url [description] => rss description [language] => en-US [image_title] => image title [image_url] => image from rss feed.gif [image_link] => another rss image [items] => Array ( [0] => Array ( [title] => post title [link] => link to read more [description] =>
After that the next piece of the feed displays correctly. Below that entry I get this:
[pubDate] => Mon, 10 Jul 2006 16:03:40 PDT ) [1] => Array ( [title] => post title [link] => post link [description] =>
It goes on like that down the line and then at the bottom I have a bunch of really big and bold post titles that aren't linked to anything.
As for where I got the original php script. It was written by the guy who has actually gotten this to work.
Array ( [encoding] => utf-8 [title] => rss title [link] => rss url [description] => rss description [language] => en-US [image_title] => image title [image_url] => image from rss feed.gif [image_link] => another rss image [items] => Array ( [0] => Array ( [title] => post title [link] => link to read more [description] =>
After that the next piece of the feed displays correctly. Below that entry I get this:
[pubDate] => Mon, 10 Jul 2006 16:03:40 PDT ) [1] => Array ( [title] => post title [link] => post link [description] =>
It goes on like that down the line and then at the bottom I have a bunch of really big and bold post titles that aren't linked to anything.
As for where I got the original php script. It was written by the guy who has actually gotten this to work.