clearstatcache(); // Clear the cache // For the last modidifed date $mod_year = "20" . date("y", getlastmod()); $mod_month = date("m", getlastmod()); $mod_day = date("d", getlastmod()); //For the file created date $thePath = $_SERVER['PHP_SELF']; $thePage = explode('/', $thePath); $limit = count($thePage) - 1; $create_year = "20" . date("y", filectime($thePage[$limit])); $create_month = date("m", filectime($thePage[$limit])); $create_day = date("d", filectime($thePage[$limit])); ?> "> ">