if (eregi("www.", $SERVER_NAME)) {
$stato="on";
} else {
$stato="off";
}
if ($stato=='on') {
$conn=mysql_connect("sql.montepulciano.com","montepulcia26635","mon13276");
$dbname='montepulcia26635';
if(!mysql_select_db($dbname,$conn))
{echo ("Cannot select database.\n");}
$path='/home/mhd/www.montepulciano.com/htdocs/admin/meteo/';
$tempo=time();
$data[1]=date('d/n/Y',$tempo);
$tempo2=$tempo+86400;
$tempo3=$tempo2+86400;
$data[2]=date('d/n/Y',$tempo2);
$data[3]=date('d/n/Y',$tempo3);
$k=0;
while ($k<=2)
{$k++;
$sql="SELECT time, giorno, a1, a2, a3 from meteo where (time='$data[$k]') order by time";
/* Esegue la query */
if (!($result=mysql_query($sql, $conn))){echo "Errore nella query";}
/* Esegue un ciclo sulla mysql_fetch_row */
while ($datarecord=mysql_fetch_row($result))
{
if ($k==1) {$DAY1='OGGI:';}
if ($k==2) {$DAY2='DOMANI:';}
if ($k==3) {$DAY3='DOPODOMANI:';}
$temperatura[$k]=$datarecord[3];
$umidita[$k]=$datarecord[4];
$img[$k]=$datarecord[2];
if ($datarecord[2]=='nonpervenuto')
{$tempog[$k]='non pervenuto';}
if ($datarecord[2]=='sereno')
{$tempog[$k]='Sereno';}
if ($datarecord[2]=='poconuvoloso')
{$tempog[$k]='Poco nuvoloso';}
if ($datarecord[2]=='nuvoloso')
{$tempog[$k]='Nuvoloso';}
if ($datarecord[2]=='nuvolosopioggia')
{$tempog[$k]='Nuvoloso con piogge';}
if ($datarecord[2]=='copertopioggia')
{$tempog[$k]='Piogge';}
}
}
echo "
PREVISIONI METEOROLOGICHE |
OGGI | | Temperatura $temperatura[1]°C | Umidità $umidita[1]% |
DOMANI | | Temperatura $temperatura[2]°C | Umidità $umidita[2]% |
DOPO DOMANI | | Temperatura $temperatura[3]°C | Umidità $umidita[3]% |
\n";}
if ($stato=='off') {
echo "
PREVISIONI METEOROLOGICHE |
OGGI | | Temperatura 17°C | Umidità 75% |
DOMANI | | Temperatura 22°C | Umidità 95% |
DOPO DOMANI | | Temperatura 17°C | Umidità 81% |
\n";
}
?>
|
Webcam sul Monte Amiata;
Webcam
sul Duomo di Siena;
Webcam
sulla Fontana Maggiore di Perugia.
|