adding RSS feed to my website

hi there i wanted to add the following code to pick up a rss feed of news



i put this in welcome.tpl and i does not execute the code…



have i got to put this somewhere else? if so wheres a good place to put my own code.



thanks a million




require_once '/hsphere/local/home/itdigital/itsdigital.co.uk/carp/carp/carp.php';
// Add any desired configuration settings before CarpCacheShow
// using "CarpConf" and other functions

CarpConf('poweredby','');
CarpConf('maxitems',3);
CarpConf('cborder','link,desc');
CarpConf('iorder','link,date,desc');
CarpConf('bitems','');
CarpConf('aitems','');
#CarpConf('bi','
  • ');
    #CarpConf('ai','

  • ');
    CarpConf('bi','');
    CarpConf('ai','
    ');

    CarpCacheShow('http://feeds.pcworld.com/pcworld/update/gadgets');

    ?>

    {php}



    {/php}

    is the tags for php inside a .tpl file.

    thanks for the tip.



    Stu