<?xml version=”1.0” encoding=”ISO-8859-1”?><rss version=”2.0”> http://arcaplay.com/feeder/?FeederActio … cycle+Game
That’s what is happening in my RSS file even though I have this:
<link>’.$BirdFeeder->seed($row[‘games_name’], $gameurl).’</link>
It’s actually putting multiple links at the top right under the <rss>.
Does the $BirdFeeder->seed include an echo? It could be the way I’m building my RSS file and it’s echoing the link before I actually want it to.
EDIT: I’m not sure how to post code here so I edited the xml tag to make it work here in the forum.