I am by no means a php pro but I think what is happening is you are trying to run two php scripts concurrently, the RSS2HTML.php script which then calls the template you posted.
I'm not sure how you escape out of one to run the other but I'll take a stab at an idea that could make me look as dumb as I really am.
If I'm right you might be able to get the script to work by deleting the <?php and the closing tag ?>
|