include("include/loghi.php"); ?>
include("include/menu.php"); ?>
|
|
include("include/sottomenu.php"); ?>
|
|
|
if ($REQUEST_URI == "/index.php" )
{
echo" | ";
} else
{
echo" | ";
}
?>
|
include("include/banneralto.php"); ?>
|
|
|
|
include("include/menualto.php"); ?>
|
|
|
$contatore = "";
$query = mysql_query("Select * from news where (news_id = '$idtesto' ) ");
while($ris= mysql_fetch_array($query))
{
if ($ris[tipologia] == "News")
{
$cosa = str_replace("News","Notizia", $ris[tipologia]);
$c4 = "Consultata";
}else
{
$cosa=$ris[tipologia];
$c4 = "Consultato";
}
$cosa = strtoupper($cosa);
if ( (empty ($ris[contatore])) or ($ris[contatore] == "Null") )
{
$contatore = "1";
$pi = "1a volta";
}
if ( ($ris[contatore] == "1") or ($ris[contatore] > "1") )
{
$contatore = $ris[contatore] + 1;
$pi = "$contatore volte";
}
$dida = "didascalia_ita";
$titolo = "titolo_ita";
$testo = "testo_ita";
// RIFORMATTA LA DATA
$data_array=explode("/",$ris[datuzza]);
$data_timestamp=mktime(0,0,0,$data_array[1],$data_array[2],$data_array[0]);
$data_nuova=date("d.m.Y",$data_timestamp);
$aggiorna = mysql_query("Update news set
contatore = '$contatore'
where news_id = '$idtesto' ");
//
echo"
|
|
|
$ris[$titolo]
$ris[$testo] |
|
|
|
|
|
|
";
}
$pippo = "1";
$query2 = mysql_query("Select * from allegati where ( (news = '$idtesto') and (altezza != '$vuoto') and (tipo != 'Editoriale'))");
while($ris2= mysql_fetch_array($query2))
{
$pippo++;
}
if ($pippo > "1")
{
echo"
|
|
";
/////////////////// MOSTRA IMMAGINI
echo"
";
$vuoto = " ";
$i = "1";
$query2 = mysql_query("Select * from allegati where ( (news = '$idtesto') and (altezza != '$vuoto') and (tipo != 'Editoriale')) order by allegato_id");
while ($ris2 = mysql_fetch_array($query2))
{
echo "";
$resto = $i/2;
$es = explode (".", $ris2[file]);
echo" |
";
if ( gettype($resto) == "integer" )
{
echo " ";
}
$i++;
}
echo"
";
echo" |
|
|
|
";
} // END IF
echo"
|
|
";
$query = mysql_query("Select * from news order by datuzza DESC limit 0,10 ");
while($ris= mysql_fetch_array($query))
{
$dida = "didascalia_ita";
$titolo = "titolo_ita";
$testo = "testo_ita";
// RIFORMATTA LA DATA
$data_array=explode("/",$ris[datuzza]);
$data_timestamp=mktime(0,0,0,$data_array[1],$data_array[2],$data_array[0]);
$data_nuova=date("d.m.Y",$data_timestamp);
if ($ris[tipologia] == "News")
{
$cosa = str_replace("News","Notizia", $ris[tipologia]);
}else
{
$cosa=$ris[tipologia];
}
$nlettere = new porzionetxt();
$nlettere->setup("70");
$testo = $nlettere->taglia("$ris[$titolo]");
echo "$testo ... ($cosa) ";
}
echo" |
|
|
|
|
|
|
";
include("include/copy.php");
echo" |
|
|
|
"; ?>
|
|
|