|
|
Home
page / Calendario
degli eventi |
CALENDARIO
DEGLI EVENTI |
if ($Mese=="") { $Mese=date(m) ; }
if ($Anno=="") { $Anno=date(Y) ; }
if ($Oggi=="") { $Oggi=date(d) ; }
$SQL="select * from $CALENDARIO order by datainizio";
$RisSql=mysql_query($SQL,$PVE);
while ($Calendario=mysql_fetch_array($RisSql)) {
$Data=substr($Calendario[datainizio],0,4).substr($Calendario[datainizio],5,2).substr($Calendario[datainizio],8,2);
$DataFin=substr($Calendario[datafine],0,4).substr($Calendario[datafine],5,2).substr($Calendario[datafine],8,2);
while ($DataFin>=$Data) {
$IdEvento[$Data]=$Calendario[idcalendario];
$Data=$Data+1;
}
}
echo "";
for ($M=1; $M<13; $M++) {
switch ($M) {
case 1: $NOMEMESE="Gennaio"; $COLMESE="#FFFF66"; break;
case 2: $NOMEMESE="Febbraio"; break;
case 3: $NOMEMESE="Marzo"; break;
case 4: $NOMEMESE="Aprile"; break;
case 5: $NOMEMESE="Maggio"; break;
case 6: $NOMEMESE="Giugno"; break;
case 7: $NOMEMESE="Luglio"; break;
case 8: $NOMEMESE="Agosto"; break;
case 9: $NOMEMESE="Settembre"; break;
case 10: $NOMEMESE="Ottobre"; break;
case 11: $NOMEMESE="Novembre"; break;
case 12: $NOMEMESE="Dicembre"; break;
}
echo "$NOMEMESE  ";
}
echo " | | ";
?>
|
Clicca
sui mesi per visualizzare la descrizione degli eventi |
|