$a = $_REQUEST['Anno'] ; $m = $_REQUEST['Mese'] ; $g = $_REQUEST['Giorno'] ; if (strlen($m)==1) $m="0".$m; if (strlen($g)==1) $g="0".$g; if (empty($a) || empty($m) || empty($g)) { $t = time(); $x = $t-date("Z",$t)-3600; $a=date("Y",$x); $m=date("m",$x); $g=date("d",$x); } ?>
Archivio dati meteo
(45.08N 008.27E 120m slm)
|
">Scarica i dati del giorno echo "$a-$m-$g"?> in formato CSV
Dati meteo per il giorno $a-$m-$g
"; if (($fp=fopen($pathname,"r"))!=NULL) { echo ''; echo htmlentities($line[0]); echo ' | '; echo ''; echo htmlentities($line[1]); echo ' | '; echo ''; echo htmlentities($line[2]); echo ' | '; echo ''; echo htmlentities($line[3]); echo ' | '; echo ''; echo htmlentities($line[4]); echo ' | '; echo ''; echo htmlentities($line[5]); echo ' | '; echo ''; echo htmlentities($line[6]).' '; echo ' | '; echo ''; echo htmlentities($line[7]).' '; echo ' | '; echo ''; echo htmlentities($line[8]); echo ' | '; echo ''; echo htmlentities($line[9]); echo ' | '; echo '
---|---|---|---|---|---|---|---|---|---|
'; echo $line[0]; echo ' | '; echo ''; echo $line[1]; echo ' | '; echo ''; echo $line[2]; echo ' | '; echo ''; echo $line[3]; echo ' | '; echo ''; echo $line[4]; echo ' | '; echo ''; echo $line[5]; echo ' | '; echo ''; echo $line[6].' '; echo ' | '; echo ''; echo $line[7].' '; echo ' | '; echo ''; echo $line[8]; echo ' | '; echo ''; echo $line[9]; echo ' | '; echo '
Dati per il giorno $a-$m-$g non disponibili
"; } } echo ""; ?>Running on I1EPJ webserver