"; $year = date("Y", strtotime("$TPOD_date_string -1 year +3 hours")); $date_string = date("ymd", strtotime("$TPOD_date_string -1 year +3 hours")); $one_year_ago_file = "/home/your-account-name-here/public_html/tpod/archives/" . $year . "/tp" . $date_string . ".php"; $one_year_ago_url = "/tpod/archives/" . $year . "/tp" . $date_string . ".php"; if (file_exists($one_year_ago_file)) { echo "\"One"; } else { echo "\"No"; } ?>