“;
echo ““;
$days=$days+1;
echo “To check previous day’s breadth, click here“;
//echo “ Data Breakout… NO update for today! …“;
//echo “List all files”;
$path = “./breadth/”;
$dh = opendir($path);
$i=1;
while (($file = readdir($dh)) !== false) {
if($file[0] != “.” && $file != “..” && $file != “index.php” && $file != “.htaccess” && $file != “error_log” && $file != “cgi-bin” && $file != “.old”) {
// echo “$file
“;
// echo ““;
$i++;
}
}
closedir($dh);
//
?>