Beginner Affiliate Marketing Tips
Want to make money as an affiliate, but don't know where to start? We'll help you with the ins and outs of affiliate marketing in this free training series.
$cachefile = 'cache/'.basename($_SERVER['SCRIPT_NAME']); if(!$cachefile){$cachefile = "home";} $cachetime = 120 * 60; // 2 hours // Serve from the cache if it is younger than $cachetime if (file_exists($cachefile) && (time() - $cachetime < filemtime($cachefile))) { include($cachefile); echo ""; exit; } ob_start(); // start the output buffer include("includes/rss_php.php"); ?>