I just downloaded a program to give me headlines from an RSS feed. The code is php and I'm not sure where to add it to my site pages. I don't even know what it will look like once I add it. The code is this:
<?php
require_once '/home/doodlebu/www/www/carp/carp.php';
// Add any desired configuration settings before CarpCacheShow
// using "CarpConf" and other functions
CarpCacheShow('http://feeds.feedburner.com/MidwiferyTodayOnline');
?>
If it were html, I would just add it to a side box or to my main page. Any suggestions for what to do with this code, where to put it (ie a header file or the index.php file), keeping in mind that I want it to look good.
Thanks!
Amy
http://www.doodlebuckets.com



