Articles
The articles listed on this page are updated several times a day so check back frequently for new additions.
');
CarpConf('bidate','');
CarpConf('aidate',' ');
CarpConf('ai','
');
CarpConf('outputformat',2);
CarpClearCache(0);
CarpCacheFilter("http://www.goarticles.com/cgi-bin/rss-search.cgi?term=".$mainkeyword."&&l=20&s=1&c=none&D1=subject", "articles1");
// enter one article rss feed per line and give it a name, e.g. articles1
// I suggest adding no more than 4 or 5 feeds at most as processing time will become excessive
// See manual on how to identify EzineArticles RSS feeds to add below
CarpCacheFilter("http://ezinearticles.com/rss/Shopping-and-Product-Reviews.xml", "articles2");
CarpAggregate('articles1|articles2');
$strlen_var = strlen($GLOBALS['carpoutput']); // Count data in $GLOBALS['carpoutput']
if ($strlen_var > 710) // If more data then 710 chars ,
{
echo $GLOBALS['carpoutput']; //show data
}
else {
echo 'No articles found.';
}
?>