set_format("html"); $path = "rss/".$_REQUEST[type]."-".$_REQUEST[catid]; $cache = $browser->getCache($path, $CACHETIME); if ($cache && !$_REQUEST[nc]){ error_log("## HIT CACHE:$path"); echo $cache; exit(); } $url = "http://guideme.jp/searchnews.php?rss=1&catid=".$_REQUEST[catid]."&type=".$_REQUEST[type]; $browser->saveWebCache($url, $path); } ?>